Limit shoulda to shoulda-matchers

because contexts are already provided by RSpec
This commit is contained in:
Thor77 2018-11-13 19:16:19 +01:00
parent ed85fd1c92
commit 11f29750b6
2 changed files with 2 additions and 6 deletions

View File

@ -40,7 +40,7 @@ group :development, :test do
gem 'factory_bot_rails' gem 'factory_bot_rails'
gem 'faker' gem 'faker'
gem 'rspec-rails' gem 'rspec-rails'
gem 'shoulda' gem 'shoulda-matchers'
end end
group :development do group :development do

View File

@ -171,10 +171,6 @@ GEM
unicode-display_width (~> 1.4.0) unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0) ruby-progressbar (1.10.0)
ruby_dep (1.5.0) ruby_dep (1.5.0)
shoulda (3.6.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (~> 3.0)
shoulda-context (1.2.2)
shoulda-matchers (3.1.2) shoulda-matchers (3.1.2)
activesupport (>= 4.0.0) activesupport (>= 4.0.0)
solargraph (0.28.4) solargraph (0.28.4)
@ -231,7 +227,7 @@ DEPENDENCIES
rails (~> 5.2.1) rails (~> 5.2.1)
rspec-rails rspec-rails
rubocop rubocop
shoulda shoulda-matchers
solargraph solargraph
spring spring
spring-watcher-listen (~> 2.0.0) spring-watcher-listen (~> 2.0.0)