aboutsummaryrefslogtreecommitdiffstats
path: root/spec/integration/errors_spec.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-12-18 15:42:53 +0000
committerLouise Crow <louise.crow@gmail.com>2014-12-18 15:42:53 +0000
commitbbdcb09cb9eeb94e3244a22b1129a1e9521947f4 (patch)
tree4ad15f4138796087c32957261e8b9e7b6f59887b /spec/integration/errors_spec.rb
parent5cfcdaac505e60914ee4398cfe431bd5d21b58ed (diff)
parentabdc92fd922dd82da85f7c00bdb50e85ed047714 (diff)
Merge branch 'restful-admin-routes' into rails-3-develop
Diffstat (limited to 'spec/integration/errors_spec.rb')
-rw-r--r--spec/integration/errors_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/errors_spec.rb b/spec/integration/errors_spec.rb
index 110626058..a28b34da6 100644
--- a/spec/integration/errors_spec.rb
+++ b/spec/integration/errors_spec.rb
@@ -131,7 +131,7 @@ describe "When errors occur" do
it 'should show a full trace for general errors' do
InfoRequest.stub!(:find).and_raise("An example error")
- get("/admin/request/show/333")
+ get("/admin/requests/333")
response.body.should have_selector('div[id=traces]')
response.body.should match('An example error')
end