Skip to content

Commit c62554a

Browse files
authored
Clarify that binstub can be created on Rails 4+
It's not just Rails 4
1 parent de6d35a commit c62554a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ bundle exec rspec spec/controllers/accounts_controller_spec.rb:8
7070
Specs can also be run via `rake spec`, though this command may be slower to
7171
start than the `rspec` command.
7272

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

7676
```

0 commit comments

Comments
 (0)