Skip to content

Commit

Permalink
Also mentions the autotest-rails gem
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Aug 9, 2013
1 parent 204c2b1 commit ea7926d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,14 @@ directory or your home directory:

## Rails

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:

```ruby
# Gemfile
gem 'autotest-rails', :group => [:development, :test]
```

`autotest` will now autodetect RSpec and Rails after you run the `rails
generate rspec:install` command.

## Upgrading from previous versions of rspec
Expand Down

0 comments on commit ea7926d

Please sign in to comment.