Shipping method 1 is used, so shipping method amount is zero

This commit is contained in:
Rob H
2014-09-11 22:27:05 +10:00
parent a7a99b5048
commit 5007fd8ec3

View File

@@ -188,7 +188,7 @@ feature "As a consumer I want to check out my cart", js: true do
# Order should have a payment with the correct amount
o = Spree::Order.complete.first
o.payments.first.amount.should == 15.79
o.payments.first.amount.should == 11.23
end
it "shows the payment processing failed message when submitted with an invalid credit card" do