diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-15 11:34:25 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-15 11:34:34 +0100 |
commit | a7df6f479f452503e3a99fe21b5827b96f4e279c (patch) | |
tree | e6386630d3d3fb306a66b95f7112ec88e272063f /spec/controllers/general_controller_spec.rb | |
parent | c775e74d5bdb45043b7d1ac6e6f330a33c5f05e2 (diff) |
Monkey patch around bug that was stripping out quotes from search phrases. Fixes #38
Diffstat (limited to 'spec/controllers/general_controller_spec.rb')
-rw-r--r-- | spec/controllers/general_controller_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/controllers/general_controller_spec.rb b/spec/controllers/general_controller_spec.rb index 76e1bb5e6..3640a8148 100644 --- a/spec/controllers/general_controller_spec.rb +++ b/spec/controllers/general_controller_spec.rb @@ -62,7 +62,6 @@ describe GeneralController, "when searching" do response.should be_success end - 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 |