From f179bf8c49251459f1ff5dac998b5cf5c1a84ae8 Mon Sep 17 00:00:00 2001 From: Maxim Colls Date: Tue, 20 Nov 2018 18:27:43 +0000 Subject: [PATCH] Fixed Factory warning while running tests --- spec/factories.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/factories.rb b/spec/factories.rb index 80bbc6182e..8751094d45 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -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 ""