diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-08-30 10:22:08 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-08-30 10:22:08 +0100 |
commit | 109ce98bb7ad871c29186c9d34cbf9a1652dae41 (patch) | |
tree | d1ece1fae5d41893bef16d497bb1e6416234fd3c /spec/controllers/request_controller_spec.rb | |
parent | c4168501223b3c87f73e4e58f8bb6cf009bf841f (diff) | |
parent | 6f390226d06fc713c96df7c40c6a9cc441ee932c (diff) |
Merge branch 'feature/repo-move' into develop
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r-- | spec/controllers/request_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index 0ff795029..b8425613c 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -522,7 +522,7 @@ describe RequestController, "when showing one request" do # error-handling path, causing the wrong sort of error response to be returned in the # case where the integer prefix referred to the wrong request.) # - # https://github.com/sebbacon/alaveteli/issues/351 + # https://github.com/mysociety/alaveteli/issues/351 it "should return 404 for ugly URLs containing a request id that isn't an integer" do ir = info_requests(:fancy_dog_request) receive_incoming_mail('incoming-request-two-same-name.email', ir.incoming_email) |