Mention use of bundle exec for running the jasmine server during dev

This commit is contained in:
Gregg Van Hove
2015-06-05 20:36:56 -07:00
parent 4be2079482
commit 50944fea6f

View File

@@ -105,7 +105,7 @@ Follow these tips and your pull request, patch, or suggestion is much more likel
Jasmine uses the [Jasmine Ruby gem](http://github.com/jasmine/jasmine-gem) to test itself in browser.
$ rake jasmine
$ bundle exec rake jasmine
...and then visit `http://localhost:8888` to run specs.