add specs
This commit is contained in:
parent
e902aa0d5a
commit
45db0575b1
46 changed files with 714 additions and 238 deletions
8
spec/factories/multi_group_order.rb
Normal file
8
spec/factories/multi_group_order.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
require 'factory_bot'
|
||||
|
||||
FactoryBot.define do
|
||||
factory :multi_group_order do
|
||||
group_orders { [create(:group_order)] }
|
||||
association :multi_order
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue