aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/user_controller_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers/user_controller_spec.rb')
-rw-r--r--spec/controllers/user_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/user_controller_spec.rb b/spec/controllers/user_controller_spec.rb
index cf82ccfb7..66f883ef3 100644
--- a/spec/controllers/user_controller_spec.rb
+++ b/spec/controllers/user_controller_spec.rb
@@ -153,7 +153,7 @@ describe UserController, "when signing out" do
session[:user_id] = users(:bob_smith_user).id
get :signout
session[:user_id].should be_nil
- response.should redirect_to(:controller => 'request', :action => 'frontpage')
+ response.should redirect_to(:controller => 'general', :action => 'frontpage')
end
it "should log you out and redirect you to where you were" do