From 50944fea6f5a0c7a9fb57754e504d82ced7ddbd0 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Fri, 5 Jun 2015 20:36:56 -0700 Subject: [PATCH] Mention use of `bundle exec` for running the jasmine server during dev --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d553b27f..b3edef22 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.