mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Merge pull request #6677 from Matt-Yorkley/remove-debugging
Remove debugging code from spec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user