summaryrefslogtreecommitdiff
path: root/test/unit/user_test.rb
AgeCommit message (Collapse)Author
2015-09-28Separate user and invite code validator testsankonym
2015-09-28Fix test based on actual invite code validationankonym
2015-09-28Adding invite code field to signup with validation for hardcoded invite codeankonym
2015-09-10couchrest_model 2.0.1 fixes find_by_sth(nil)Azul
This used to return the first record! :scream: This [commit](https://github.com/couchrest/couchrest_model/commit/2c5b76823e94caed4d8cbfbf18cb9e0d58789789) is essential for say User.find_by_login(nil) to NOT return the first record in the database.
2014-05-19fix Email so User.new.valid? does not crashAzul
Email.new(nil) now returns an invalid email rather than crashing.
2014-04-08moving users: app and test filesAzul