Merge pull request #3093 from mllocs/fix/factories-ignore-warning

Fixed Factory warning while running tests
This commit is contained in:
Pau Pérez Fabregat
2018-11-21 14:44:03 +01:00
committed by GitHub

View File

@@ -296,7 +296,7 @@ FactoryBot.define do
end
factory :order_with_taxes, parent: :completed_order_with_totals do
ignore do
transient do
product_price 0
tax_rate_amount 0
tax_rate_name ""