summaryrefslogtreecommitdiff
path: root/users/test/functional/application_controller_test.rb
AgeCommit message (Collapse)Author
2014-04-08moving users: app and test filesAzul
2014-02-10rename authorize to require_loginAzul
authorize_admin -> require_admin also add require_token which will ensure token has been used for auth.
2012-11-12Merge branch 'develop' into help_developjessib
Conflicts: help/test/functional/tickets_controller_test.rb users/test/functional/application_controller_test.rb users/test/support/auth_test_helper.rb
2012-11-12some notes to test that aren't working now.jessib
2012-11-04stubbing current_user the warden wayAzul
2012-10-24removing duplicate testing of helper_methodsAzul
* once tested as helper * once tested as @controller.send...
2012-10-24Extraction of test support methodsAzul
2012-10-24basic admin controller methods and helpers + testsAzul