Jasmine Sauce
The jasmine-sauce gem provides the glue necessary to run your Jasmine tests across browsers in the Sauce OnDemand cloud.
Getting Started
- Add jasmine-sauce to your Gemfile
- bundle install
- bundle exec sauce config <YOUR_SAUCE_USENRAME> <YOUR_SAUCE_API_KEY>
- rails generate sauce:jasmine
- rake jasmine:ci:sauce