Apply recommendation from thoughtbot/shoulda-matchers@a5623e7.
This commit is contained in:
parent
2e692f7ea5
commit
e593c1d1fb
3 changed files with 3 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -151,7 +151,7 @@ group :test do
|
|||
gem 'poltergeist'
|
||||
gem 'phantomjs', :require => 'phantomjs/poltergeist'
|
||||
# Set of rails validations matchers to describe models
|
||||
gem 'shoulda'
|
||||
gem 'shoulda-matchers', require: false
|
||||
# Extracted from RSpec 3 stub_model and mock_model
|
||||
gem 'rspec-activemodel-mocks'
|
||||
gem 'timecop'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue