kosiakkatrina
5 months ago
committed by
GitHub
5 changed files with 3 additions and 24 deletions
@ -1,9 +0,0 @@
|
||||
FactoryBot.define do |
||||
factory :admin_user do |
||||
sequence(:email) { |i| "admin#{i}@example.com" } |
||||
password { "pAssword1" } |
||||
phone { "07563867654" } |
||||
created_at { Time.zone.now } |
||||
updated_at { Time.zone.now } |
||||
end |
||||
end |
Loading…
Reference in new issue