Skip to content

Commit ea7926d

Browse files
committed
Also mentions the autotest-rails gem
1 parent 204c2b1 commit ea7926d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ directory or your home directory:
2222

2323
## Rails
2424

25-
The `autotest` will autodetect RSpec and Rails after you run the `rails
25+
To use RSpec and Rails with autotest, bring in the `autotest-rails` gem:
26+
27+
```ruby
28+
# Gemfile
29+
gem 'autotest-rails', :group => [:development, :test]
30+
```
31+
32+
`autotest` will now autodetect RSpec and Rails after you run the `rails
2633
generate rspec:install` command.
2734

2835
## Upgrading from previous versions of rspec

0 commit comments

Comments
 (0)