summaryrefslogtreecommitdiff
path: root/test/factories.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/factories.rb')
-rw-r--r--test/factories.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/factories.rb b/test/factories.rb
index 0734688..b6e1475 100644
--- a/test/factories.rb
+++ b/test/factories.rb
@@ -11,6 +11,7 @@ FactoryGirl.define do
login { Faker::Internet.user_name + '_' + SecureRandom.hex(4) }
password_verifier "1234ABCD"
password_salt "4321AB"
+ invite_code "testcode"
factory :user_with_settings do
email_forward { Faker::Internet.email }