From c171441b6ce1df28c6a01bedc24dfcf7da270b26 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Thu, 21 Jan 2021 21:53:51 +0000 Subject: [PATCH] Add rails-controller-testing to rails 5 --- Gemfile | 1 + Gemfile_next.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index b985918078..a2d6b0fb86 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile_next.lock b/Gemfile_next.lock index 924af7c46a..586685067b 100644 --- a/Gemfile_next.lock +++ b/Gemfile_next.lock @@ -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)