We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204c2b1 commit ea7926dCopy full SHA for ea7926d
README.md
@@ -22,7 +22,14 @@ directory or your home directory:
22
23
## Rails
24
25
-The `autotest` will autodetect RSpec and Rails after you run the `rails
+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
33
generate rspec:install` command.
34
35
## Upgrading from previous versions of rspec
0 commit comments