Fix outdated credit card spec

This commit is contained in:
Matt-Yorkley
2018-11-07 20:48:54 +00:00
parent 8547d5302c
commit 3f33e28839

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