Skip to content

Commit

Permalink
Mention Rails 5 for the binstub creation as well
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlacan authored Jul 14, 2018
1 parent c62554a commit b09e065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bundle exec rspec spec/controllers/accounts_controller_spec.rb:8
Specs can also be run via `rake spec`, though this command may be slower to
start than the `rspec` command.

In Rails 4+, you may want to create a binstub for the `rspec` command so it can
In Rails 4/5+, you may want to create a binstub for the `rspec` command so it can
be run via `bin/rspec`:

```
Expand Down

0 comments on commit b09e065

Please sign in to comment.