Remove invoice_item factory

This commit is contained in:
Artur Beljajev 2017-11-13 05:57:06 +02:00
parent 3a85147887
commit d5c0792d91

View file

@ -1,8 +0,0 @@
FactoryBot.define do
factory :invoice_item do
description { 'add money' }
unit 1
amount 1
price 150
end
end