mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
7 lines
158 B
Bash
Executable File
7 lines
158 B
Bash
Executable File
#!/usr/bin/env sh
|
|
#
|
|
# Test Stripe API integration and record new cassettes.
|
|
|
|
git rm spec/fixtures/vcr_cassettes/Stripe-v* -r
|
|
./bin/rspec --tag stripe_version
|