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-26 13:54:05 +0100 |
commit | e8ff6d861faefb76c11475a112002cd1b0095590 (patch) | |
tree | 9f3a777f6de6adce0fd7033782dbee0764932dab /spec/controllers/general_controller_spec.rb | |
parent | 8bb2a357105f98174421d515cff82b706af3d4c8 (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 |