Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rails path for Rails 4+ #336

Merged
merged 1 commit into from
Oct 13, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ is required!**
SimpleCov must be running in the process that you want the code coverage analysis to happen on. When testing a server
process (i.e. a JSON API endpoint) via a separate test process (i.e. when using Selenium) where you want to see all
code executed by the `rails server`, and not just code executed in your actual test files, you'll want to add something
like this to the top of `script/rails`:
like this to the top of `script/rails` (or `bin/rails` for Rails 4.*):

```ruby
if ENV['RAILS_ENV'] == 'test'
Expand Down