mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Add rspec gem requirement to installation instructions
This commit is contained in:
parent
aa971b23e7
commit
6a0d0ff12a
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ end
|
|||
# rspec-rails needs to be in the development group so that Rails generators
|
||||
# work.
|
||||
group :development, :test do
|
||||
gem "rspec"
|
||||
gem "rspec-rails"
|
||||
end
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue