Revert "Remove invoice_item factory"

This reverts commit d5c0792
This commit is contained in:
Artur Beljajev 2017-11-13 05:58:17 +02:00
parent d5c0792d91
commit b6bb80f2aa

View file

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