Add rails-controller-testing to rails 5

This commit is contained in:
Luis Ramos
2021-01-21 21:53:51 +00:00
parent 08d5a82627
commit c171441b6c
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ if ENV['DEPENDENCIES_NEXT']
gem 'activemerchant', '>= 1.78.0'
gem 'angular-rails-templates', '>= 0.3.0'
gem 'awesome_nested_set'
gem 'rails-controller-testing'
gem 'ransack', '2.3.0'
gem 'responders'
else

View File

@@ -357,6 +357,10 @@ GEM
bundler (>= 1.3.0)
railties (= 5.0.7.2)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
@@ -623,6 +627,7 @@ DEPENDENCIES
rack-rewrite
rack-ssl
rails (> 5.0, < 5.1)
rails-controller-testing
rails-i18n
rails_safe_tasks (~> 1.0)
ransack (= 2.3.0)