/jasmine_example_project

Jasmine Example Project

Primary LanguageJavaScript

A Jasmine Example Project

Doing what you do to test JavaScript with Jasmine.

This project doesn't cover everything that Jasmine can do, but shows examples of a lot of common techniques and patterns.

Using

  1. Clone me.
  2. Ensure that Ruby is installed and that the Bundler gem is present
  3. bundle
  4. bundle exec rake jasmine
  5. visit http://localhost:8888/ to see tests running