diff --git a/script/test-stripe-live b/script/test-stripe-live index 5272c55aeb..b80cfacf26 100755 --- a/script/test-stripe-live +++ b/script/test-stripe-live @@ -7,3 +7,6 @@ set -e # Exit if any command fails git rm spec/fixtures/vcr_cassettes/Stripe-v* -r ./bin/rspec --tag stripe_version + +git add spec/fixtures/vcr_cassettes/Stripe-v* +git commit -m "Update Stripe API recordings for new version"