summaryrefslogtreecommitdiff
path: root/users/test/support
AgeCommit message (Expand)Author
2013-11-06integration test for blocking handles after account destroyedAzul
2013-10-30test helper to expect_logout.Azul
2013-09-17integration tests for session expiryAzul
2013-09-03use Token#authenticate for authenticationAzul
2013-08-30there's no need for User#find_by_param. clean it upAzul
2013-08-27token.user will get you the right userAzul
2013-08-27make sure find_record still works with real recordsAzul
2013-08-27basic testing for token based auth in testsAzul
2013-07-04fix ticket tests, get :admin_user factory to work.elijah
2013-07-04user tests -- user update has been moved entirely to api controller, so fix t...elijah
2013-01-14tickets controller tests passingAzul
2013-01-14got users controller test to pass - tickets controller test next.Azul
2012-12-17fixed inclusion of stub record helperAzul
2012-12-07Merge branch 'master' into help_developjessib
2012-12-03refactored tests with new find_record helperAzul
2012-12-03make tests pass on an empty dbAzul
2012-12-01using login :is_admin => true instead of real recordsAzul
2012-12-01Merge branch 'develop' into help_developAzul
2012-11-28admins can destroy usersAzul
2012-11-26Merge branch 'develop' into help_developjessib
2012-11-26simplified controller and adjusted testsAzul
2012-11-23refactored creation of record stubsAzul
2012-11-12Merge branch 'develop' into help_developjessib
2012-11-12some notes to test that aren't working now.jessib
2012-11-04stubbing current_user the warden wayAzul
2012-11-04fixing tests, including support files from all enginesAzul
2012-10-24Extraction of test support methodsAzul
2012-10-24basic admin controller methods and helpers + testsAzul