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

add teaspoon javascript test suite #83

Closed mwitek closed 11 years ago

mwitek commented 11 years ago

Added teaspoon javascript testing with mocha, sinon, chai and phantomjs. Also added a test for chai assertions to make sure they are working as expected. You can run the test suite the following ways..

  1. in the browser at: '/javascript_test'
  2. via console: 'rake spec:javascript'
  3. and using just 'rake'... runs with the other test
DanielKehoe commented 11 years ago

Merged the pull request to add teaspoon javascript test suite.

@tmock12 could you run the test, please, and see if all is okay.