From 9aead5f274b3ee87ca7238ec7f593c6f9942dce8 Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Fri, 21 Oct 2011 16:29:56 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a0f00..375a2fe 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,9 @@ If you experience an error at this point, the most likely cause is JavaScript be Just mount jasmine-rails by adding something like this to your routes.rb: - mount JasmineRails::Engine => "/spec-runner" +``` ruby +mount JasmineRails::Engine => "/specs" unless Rails.env.production? +``` Now when you run `bundle exec rails s`, and navigate to [http://localhost:3000/spec-runner](http://localhost:3000/spec-runner), you should see a Jasmine spec runner in your browser.