aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-03-19 05:59:10 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-03-19 05:59:10 +1100
commit905c9495a9005d71488e1737ebc28f697b8a9f2e (patch)
treeeda1fc66ef9746e8c3bb2d0d3b66ad2488ccf8f8
parenta25bfdd387a52064ebfd3469c08f8bd604c163aa (diff)
Remove test of rails internals that is somehow interfering with other tests
-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"