mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
parent
d5c0792d91
commit
b6bb80f2aa
1 changed files with 8 additions and 0 deletions
8
spec/factories/invoice_item.rb
Normal file
8
spec/factories/invoice_item.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
FactoryBot.define do
|
||||
factory :invoice_item do
|
||||
description { 'add money' }
|
||||
unit 1
|
||||
amount 1
|
||||
price 150
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue