aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/request_controller_spec.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-07-11 11:58:32 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-07-11 11:58:32 +0100
commit5132e9aa7e161aad91544340703e8e3ba6aea8f3 (patch)
tree9b5b66938029bad167614c5dcb19b208b671c929 /spec/controllers/request_controller_spec.rb
parent3897c8528cac11584f4fdbd95cf1649e36eea6bf (diff)
changes to get tests to pass with IZ fork and new routing-filter gem
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r--spec/controllers/request_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb
index 200746e0d..0d9916b71 100644
--- a/spec/controllers/request_controller_spec.rb
+++ b/spec/controllers/request_controller_spec.rb
@@ -735,7 +735,7 @@ describe RequestController, "when classifying an information request" do
def expect_redirect(status, redirect_path)
post_status(status)
- response.should redirect_to("http://test.host/#{redirect_path}")
+ response.should redirect_to("http://test.host/en/#{redirect_path}")
end
it 'should redirect to the "request url" with a message in the right tense when status is updated to "waiting response" and the response is not overdue' do