summaryrefslogtreecommitdiff
path: root/test/unit/identity_test.rb
AgeCommit message (Collapse)Author
2014-05-29clearify identity validationsAzul
Identity.new.valid? should not crash. So validate presence where needed and skip the other validations if the value is absent.
2014-05-29hand on errors from Email to Identity to UserAzul
errors.each iterates through all errors for all attrbibutes nicely.
2014-05-28adopt tests to new error messages for identitiesAzul
2014-04-08moving users: app and test filesAzul