Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 390 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 390 Bytes

Using Jasmine Rails for tests. From their docs:

To run from the command line: RAILS_ENV=test bundle exec rake spec:javascript

To run from browser: Startup your Rails server (ex: bundle exec rails s), and navigate to the path you have configured in your routes.rb file (ex: http://localhost:3000/specs). The Jasmine spec runner should appear and start running your testsuite instantly.