Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Oct 21, 2011
1 parent d174d81 commit 9aead5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 9aead5f

Please sign in to comment.