summaryrefslogtreecommitdiff
path: root/users/test/support/stub_record_helper.rb
AgeCommit message (Collapse)Author
2014-04-08moving users: app and test filesAzul
2013-08-30there's no need for User#find_by_param. clean it upAzul
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-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-03refactored tests with new find_record helperAzul
find_record User will return a stubbed user record and make sure User.find_by_id(user.id) returns the same so it can be used in controllers.
2012-12-03make tests pass on an empty dbAzul
2012-11-26simplified controller and adjusted testsAzul
Also added #assert_json_error to tests.
2012-11-23refactored creation of record stubsAzul