Initial commit
This commit is contained in:
8
spec/factories/user_contexts.rb
Normal file
8
spec/factories/user_contexts.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
FactoryBot.define do
|
||||
factory :user_context do
|
||||
association :user
|
||||
association :account
|
||||
|
||||
initialize_with { new(user, account) }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user