From 2629fc71d60ea4afa9ed6b615292c54fd45b4dad Mon Sep 17 00:00:00 2001 From: Will Daly Date: Fri, 19 Apr 2013 12:41:10 -0400 Subject: [PATCH] Added troubleshooting tip for jasmine tests (bundle install) Updated jasmine rake documentation to reflect changes Cale made --- doc/testing.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/testing.md b/doc/testing.md index 2ea2d5abe8..84175fee3d 100644 --- a/doc/testing.md +++ b/doc/testing.md @@ -150,9 +150,11 @@ If the `phantomjs` binary is not on the path, set the `PHANTOMJS_PATH` environme PHANTOMJS_PATH=/path/to/phantomjs rake phantomjs_jasmine_{lms,cms} -Once you have run the `rake` command, you can -navigate to `http://localhost:12345/_jasmine/` to see the test results. +Once you have run the `rake` command, your browser should open to +to `http://localhost/_jasmine/`, which displays the test results. +**Troubleshooting**: If you get an error message while running the `rake` task, +try running `bundle install` to install the required ruby gems. ### Running Acceptance Tests