aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/general_controller_spec.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-01-17 12:54:29 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-01-17 12:54:29 +0000
commit4fbeed80c636528fd42e280a83a88ce394993548 (patch)
tree07dba0e6e69a5041a138aeea3e8552085c2a8856 /spec/controllers/general_controller_spec.rb
parentc8a68219c541840b5c5f56cd75c1e84de6c15fe5 (diff)
Test fix that belongs to e82ca928a140400f8446dba85014a0c9059e789b
Diffstat (limited to 'spec/controllers/general_controller_spec.rb')
-rw-r--r--spec/controllers/general_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/general_controller_spec.rb b/spec/controllers/general_controller_spec.rb
index ad5578800..e1539fa68 100644
--- a/spec/controllers/general_controller_spec.rb
+++ b/spec/controllers/general_controller_spec.rb
@@ -78,7 +78,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", :view => "requests") # URL /search/:query/all
+ response.should redirect_to(:action => 'search', :combined => "mouse", :view => "all") # URL /search/:query/all
end
describe "when using different locale settings" do