Remove debugging output.

This commit is contained in:
Matt-Yorkley
2021-01-15 13:21:03 +00:00
parent 9db4f9be15
commit c870af8981

View File

@@ -35,8 +35,6 @@ describe Spree::CreditCardsController, type: :controller do
it "saves the card locally" do
spree_post :new_from_token, params
pp response
expect{ spree_post :new_from_token, params }.to change(Spree::CreditCard, :count).by(1)
card = Spree::CreditCard.last