aboutsummaryrefslogtreecommitdiffstats
path: root/spec/integration/errors_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/errors_spec.rb')
-rw-r--r--spec/integration/errors_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/integration/errors_spec.rb b/spec/integration/errors_spec.rb
index 0e3157ca8..edf570182 100644
--- a/spec/integration/errors_spec.rb
+++ b/spec/integration/errors_spec.rb
@@ -6,10 +6,6 @@ describe "When rendering errors" do
load_raw_emails_data
end
- it "should render a 404 for unrouteable URLs" do
- get("/frobsnasm")
- response.code.should == "404"
- end
it "should render a 404 for users that don't exist" do
get("/user/wobsnasm")
response.code.should == "404"