1
0
Fork 0
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:
Melissa Xie 2013-03-19 17:45:10 -04:00
parent aa971b23e7
commit 6a0d0ff12a

View file

@ -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
```