summaryrefslogtreecommitdiff
path: root/users/test/unit/email_test.rb
AgeCommit message (Expand)Author
2013-07-24validations of email format and local domain moved overAzul
2013-01-17unit tests passingAzul
2013-01-14got users controller test to pass - tickets controller test next.Azul
2012-12-20fixed tests, testing corner cases, fixed theseAzul
2012-12-18only destroy user that has been persisted in teardownAzul
2012-12-18refactored email_alias creation and validationAzul
2012-12-13refactor: changed add_email to add_email_aliasAzul
2012-12-13LocalEmail added - will validate uniqueness amongst emails and aliasesAzul
2012-12-10created generic Email class and use it with EmailAliasesAzul