Update shoulda-matchers
This outdated gem was the cause of those annoying MiniTest errors. Also updates one use of `ensure_inclusion_of` which was deprecated in favor of `validate_inclusion_of`.
Showing
... | ... | @@ -254,7 +254,7 @@ end |
group :test do | ||
gem "simplecov", require: false | ||
gem "shoulda-matchers", "~> 2.1.0" | ||
gem "shoulda-matchers", "~> 2.7.0" | ||
gem 'email_spec' | ||
gem "webmock" | ||
gem 'test_after_commit' | ||
... | ... |
Please register or sign in to comment