Gab Social. All are welcome.
This commit is contained in:
7
spec/fabricators/user_fabricator.rb
Normal file
7
spec/fabricators/user_fabricator.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
Fabricator(:user) do
|
||||
account
|
||||
email { sequence(:email) { |i| "#{i}#{Faker::Internet.email}" } }
|
||||
password "123456789"
|
||||
confirmed_at { Time.zone.now }
|
||||
agreement true
|
||||
end
|
||||
Reference in New Issue
Block a user