fix rubocop errors

This commit is contained in:
Viehlieb 2021-12-24 13:35:26 +01:00
parent 09679812af
commit bafa163ce5
8 changed files with 107 additions and 115 deletions

View file

@ -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