summaryrefslogtreecommitdiff
path: root/users/test/functional/test_helpers_test.rb
AgeCommit message (Collapse)Author
2013-09-03expire token according to config setting auth:token_expires_afterAzul
2013-08-27token.user will get you the right userAzul
This way we can stub the token to return the user directly. Stubbing User.find_by_param is not a good idea as it will make all calls to User#find_by_param with a different id fail.
2013-08-27basic testing for token based auth in testsAzul