add shoulda-matchers gem

This commit is contained in:
Devin Howard 2015-12-17 08:53:45 +08:00
parent 1ff235f547
commit b3ba6d3a80
2 changed files with 4 additions and 0 deletions

View file

@ -41,6 +41,7 @@ end
group :test do
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'shoulda-matchers'
end
group :production do #this is used on heroku

View file

@ -201,6 +201,8 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
shoulda-matchers (3.0.1)
activesupport (>= 4.0.0)
slop (3.6.0)
sprockets (3.4.0)
rack (> 1, < 3)
@ -255,6 +257,7 @@ DEPENDENCIES
redis
rspec-rails
sass-rails
shoulda-matchers
tunemygc
uglifier
uservoice-ruby