testdouble.com

This is Test Double's website, testdouble.com.

You can run the app with:

bundle exec rails s

You can run the cukes with:

bundle exec cucumber

You can run the jasmine specs by navigating to /specs. You can also run the specs with jasmine-headless-webkit. (See its docs for instructions). I personally run jasmine under guard, with:

bundle exec guard -g js