mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
8 lines
364 B
Bash
Executable File
8 lines
364 B
Bash
Executable File
#!/usr/bin/env sh
|
|
#
|
|
# Test Stripe API integration and record new cassettes.
|
|
# Requires account details in .env.test.local. You can copy from Bitwarden, or [set up a new Stripe account](https://github.com/openfoodfoundation/openfoodnetwork/wiki/Setting-up-Stripe-on-an-OFN-instance)
|
|
|
|
git rm spec/fixtures/vcr_cassettes/Stripe-v* -r
|
|
./bin/rspec --tag stripe_version
|