add tests (integration + model)

This commit is contained in:
Viehlieb 2021-12-23 01:52:37 +01:00
parent eadfbd5969
commit 298a476061
3 changed files with 129 additions and 0 deletions

View file

@ -0,0 +1,7 @@
require 'factory_bot'
FactoryBot.define do
factory :group_order_invoice do
group_order{ create :group_order}
end
end