diff options
author | jessib <jessib@riseup.net> | 2012-11-12 10:42:07 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-11-12 10:42:07 -0800 |
commit | 67cb22d50193a58e4697549d9ce8a22e790a7a0d (patch) | |
tree | 5b4f27ff3e47fade97afec78618cfdddf2bd6931 /users/test/functional | |
parent | 90af08d51eb24202bd703bfdfa1d2811fa26a5e0 (diff) |
some notes to test that aren't working now.
Diffstat (limited to 'users/test/functional')
-rw-r--r-- | users/test/functional/application_controller_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/test/functional/application_controller_test.rb b/users/test/functional/application_controller_test.rb index 69bcb2f..b228b1d 100644 --- a/users/test/functional/application_controller_test.rb +++ b/users/test/functional/application_controller_test.rb @@ -8,9 +8,9 @@ class ApplicationControllerTest < ActionController::TestCase end def test_authorize_redirect - stub_logged_out + stub_logged_out #broken? @controller.send(:authorize) - assert_access_denied + assert_access_denied(true, false) end def test_authorized |