Upgrade Rails to 8.0
This commit is contained in:
11
spec/factories/users.rb
Normal file
11
spec/factories/users.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
FactoryBot.define do
|
||||
factory :user do
|
||||
id { 1 }
|
||||
cn { "jimmy" }
|
||||
ou { "kosmos.org" }
|
||||
email { "jimmy@example.com" }
|
||||
password { "dis-muh-password" }
|
||||
confirmed_at { DateTime.now }
|
||||
ln_account { "123456" }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user