diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-26 13:54:05 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-29 09:44:33 +0100 |
commit | 33bd0e919528e1d7eda4be4200db91b042984c97 (patch) | |
tree | 3c872a9482a87b9f1d64ef745e87add403852d9c /spec/controllers/general_controller_spec.rb | |
parent | 5f0c0d59ded4301efa085c4103b84a42a9fa61f6 (diff) |
Fixes to get tests to pass following addition of new search / filter functionality
Diffstat (limited to 'spec/controllers/general_controller_spec.rb')
-rw-r--r-- | spec/controllers/general_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/general_controller_spec.rb b/spec/controllers/general_controller_spec.rb index 3640a8148..a76cdd3b6 100644 --- a/spec/controllers/general_controller_spec.rb +++ b/spec/controllers/general_controller_spec.rb @@ -64,7 +64,7 @@ describe GeneralController, "when searching" do it "should redirect from search query URL to pretty URL" do post :search_redirect, :query => "mouse" # query hidden in POST parameters - response.should redirect_to(:action => 'search', :combined => "mouse") # URL /search/:query + response.should redirect_to(:action => 'search', :combined => "mouse", :view => "all") # URL /search/:query/all end describe "when using different locale settings" do |