aboutsummaryrefslogtreecommitdiffstats
path: root/spec/integration/search_request_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/search_request_spec.rb')
-rw-r--r--spec/integration/search_request_spec.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/spec/integration/search_request_spec.rb b/spec/integration/search_request_spec.rb
index c564032a6..23a62e97b 100644
--- a/spec/integration/search_request_spec.rb
+++ b/spec/integration/search_request_spec.rb
@@ -13,10 +13,8 @@ describe "When searching" do
end
it "should redirect requests with search in query string to URL-based page" do
- url = '/search/all?query=bob'
- request_via_redirect("post", url)
- response.request.url.should_not include(url)
- response.request.url.should include("/search/bob/all")
+ post '/search/all?query=bob'
+ response.should redirect_to "/en/search/bob/all"
end
it "should correctly execute simple search" do