add tests (integration + model)
This commit is contained in:
parent
eadfbd5969
commit
298a476061
3 changed files with 129 additions and 0 deletions
7
spec/factories/group_order_invoice.rb
Normal file
7
spec/factories/group_order_invoice.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'factory_bot'
|
||||
|
||||
FactoryBot.define do
|
||||
factory :group_order_invoice do
|
||||
group_order{ create :group_order}
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue