fix rubocop errors
This commit is contained in:
parent
09679812af
commit
bafa163ce5
8 changed files with 107 additions and 115 deletions
|
|
@ -2,6 +2,6 @@ require 'factory_bot'
|
|||
|
||||
FactoryBot.define do
|
||||
factory :group_order_invoice do
|
||||
group_order{ create :group_order}
|
||||
group_order { create :group_order }
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue