Merge pull request #1262 from internetee/remove-unused-factory

Remove unused factory
This commit is contained in:
Timo Võhmar 2019-08-26 17:03:06 +03:00 committed by GitHub
commit a127083116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +0,0 @@
FactoryBot.define do
factory :bank_transaction do
currency { 'EUR' }
sum { 100.0 }
description { 'Invoice no. 1' }
reference_no { 'RF2405752128' }
end
end