spec/feature: add stripe integration tests

This commit is contained in:
Rishabh Saxena 2016-08-16 00:46:11 +05:30
parent 060d65c430
commit 75e11223d2
3 changed files with 57 additions and 2 deletions

View file

@ -22,6 +22,11 @@ test:
# Generate your own with rake secret
# secret_key_base: '12345'
# Register on stripe and add TEST keys here
# https://dashboard.stripe.com/account/apikeys
stripe_publishable_key: <%= ENV['STRIPE_PUBLISHABLE_KEY'] %>
stripe_secret_key: <%= ENV['STRIPE_SECRET_KEY'] %>
production:
# Generate your own with rake secret or use the environment
# secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>