Merge pull request #2992 from Matt-Yorkley/credit-cards

[Spree Upgrade] Failing credit card spec
This commit is contained in:
Luis Ramos
2018-11-08 12:12:34 +00:00
committed by GitHub

View File

@@ -10,6 +10,6 @@ describe Api::CreditCardSerializer do
end
it "formats an identifying string with the card number masked" do
expect(serializer.formatted).to eq "Visa x-1111 Exp:12/2013"
expect(serializer.formatted).to eq "Visa x-1111 Exp:12/2019"
end
end