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

Testsformaster #150

Open kathyonu opened 9 years ago

kathyonu commented 9 years ago

@DanielKehoe @tmock12 : regarding testsformaster branch Note of 20150706 : I added more tests, cleaned up a few files, and removed some. => 104 examples, 0 failures, 4 pending


Please take these tests for a spin and if you can help finish the four pending tests, that would be good.

You will need to run: bundle install bundle outdated bundle update rake db:migrate export SECRET_KEY_BASE= (run $ rake secret to generate a new key ) rspec => 98 examples, 0 failures, 4 pending

k2xl commented 7 years ago

Looks good to me, and fixes some bugs. Any reason this is still held up?