RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 232 forks source link

Fix stripe_config_spec #43

Closed tmock12 closed 11 years ago

tmock12 commented 11 years ago

Because we are initializing the config variables through the yaml file, the old stripe_config spec file wasn't properly testing they were being set. Now it is. :bowtie:

DanielKehoe commented 11 years ago

Thanks Taylor!