Fix FactoryBot warnings
This commit is contained in:
parent
12014fb553
commit
f66d8451b1
27 changed files with 149 additions and 145 deletions
|
@ -2,7 +2,7 @@ FactoryBot.define do
|
|||
sequence(:user_email) { |n| "user#{n}@user.com" }
|
||||
factory :user do
|
||||
email { generate(:user_email) }
|
||||
password 'password'
|
||||
confirmed_at DateTime.now
|
||||
password { 'password' }
|
||||
confirmed_at { DateTime.now }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue