summaryrefslogtreecommitdiff
path: root/test/unit/invite_code_validator_test.rb
AgeCommit message (Collapse)Author
2016-05-02tests: Validator.new has optional options hashAzul
but you may not hand it a nil
2015-10-06Integrated feedback on multi-invite codesankonym
Removing some superfluous code, mostly, and structuring tests better.
2015-09-28Make invite code configurableankonym
Through the config param 'invite_required', providers can decide whether users need to provide an invite code upon signup. The default setting is false.
2015-09-28Fixed the signup bug that wrongly consumes the invite code.Aya Jaff
2015-09-28Separate user and invite code validator testsankonym