diff --git a/spec/models/spree/tax_rate_spec.rb b/spec/models/spree/tax_rate_spec.rb index 60766a42845..a9daf8b683a 100644 --- a/spec/models/spree/tax_rate_spec.rb +++ b/spec/models/spree/tax_rate_spec.rb @@ -301,7 +301,7 @@ module Spree tax_category: @category, zone: @zone ) - @order = Spree::Order.create! + @order = Spree::Order.create!(state: 'payment') @taxable = create(:product, tax_category: @category) @nontaxable = create(:product, tax_category: @category2) end