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 declined card spec #31

Closed tmock12 closed 12 years ago

tmock12 commented 12 years ago

Interestingly, when it is a declined card response, it redirects you back to user_registration_path because the params like the plan, stripe_token, email, etc. are still in the response.

So the test is now fixed.

Was it working on your local environment before?

DanielKehoe commented 12 years ago

Thanks! I swear I saw it work locally. But when I tried it again, you're right, it failed. Now it's good with your fix. Testy McAwesomeContributor!