Skip to content

Commit

Permalink
Do not include redirects.json in sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
pathawks committed Jan 8, 2019
1 parent a61d30b commit 6f80c6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/integrations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,10 @@
expect(contents).to_not be_nil
expect(contents).to_not match("redirect_to")
end

it "doesn't contain redirects.json" do
expect(contents).to_not be_nil
expect(contents).to_not match("redirects.json")
end
end
end

0 comments on commit 6f80c6b

Please sign in to comment.