thoughtbot / fake_stripe

A Stripe fake so that you can avoid hitting Stripe servers in tests.
MIT License
401 stars 78 forks source link

Only redefine Stripe API key if Stripe is defined #59

Closed mrgilman closed 1 month ago

mrgilman commented 8 years ago

This allows us to keep Stripe as only a development dependency and not a runtime one.

Fixes #56

cllns commented 7 years ago

this looks good to me :)

stefannibrasil commented 1 month ago

Closing this because fake_stripe has been deprecated: https://github.com/thoughtbot/fake_stripe/pull/154