diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-05 03:31:45 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-05 03:31:45 +0200 |
commit | ccb6a658fd1a2e596c95d5b8e7a39f72a5f5b14b (patch) | |
tree | 7b846b51e3c91fb93aa379361dfe7a811bf5a01c /spec/fabricators/user_fabricator.rb | |
parent | 94d00f278819d34ef97d59d17eb289e9be217dfe (diff) | |
parent | 667ffafef8c8b7956cdd31b8f65d5e82778211d8 (diff) |
Merge branch 'fakenine-add_more_tests_to_models'
Diffstat (limited to 'spec/fabricators/user_fabricator.rb')
-rw-r--r-- | spec/fabricators/user_fabricator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fabricators/user_fabricator.rb b/spec/fabricators/user_fabricator.rb index c08559137..16b3b1f6f 100644 --- a/spec/fabricators/user_fabricator.rb +++ b/spec/fabricators/user_fabricator.rb @@ -1,6 +1,6 @@ Fabricator(:user) do account - email "alice@example.com" + email { Faker::Internet.email } password "123456789" confirmed_at { Time.now } end |