diff options
author | francis <francis> | 2008-03-06 14:15:41 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-06 14:15:41 +0000 |
commit | c1099db3212c200a60ad7835589cfb636e975728 (patch) | |
tree | cd8cd119cad0c486e0fa890bc1b6ae0095ba8566 /spec/controllers/user_controller_spec.rb | |
parent | f7164bb8fdc075d133f98b5c7fc789493648dc8e (diff) |
Fix up tests.
Diffstat (limited to 'spec/controllers/user_controller_spec.rb')
-rw-r--r-- | spec/controllers/user_controller_spec.rb | 2 |
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 |