Initial commit
This commit is contained in:
6
spec/factories/account_auths.rb
Normal file
6
spec/factories/account_auths.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
FactoryBot.define do
|
||||
factory :account_auth do
|
||||
association :user
|
||||
association :account
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user