diff --git a/Gemfile b/Gemfile index a6759db..593b854 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,8 @@ gem 'jbuilder', '~> 2.7' gem 'bcrypt', '~> 3.1.7' gem 'will_paginate', '~> 3.1.0' +gem 'rails-controller-testing' + # Use Active Storage variant # gem 'image_processing', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 9d79245..63e2f9d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,6 +139,10 @@ GEM bundler (>= 1.3.0) railties (= 6.0.3) sprockets-rails (>= 2.0.0) + rails-controller-testing (1.0.4) + actionpack (>= 5.0.1.x) + actionview (>= 5.0.1.x) + activesupport (>= 5.0.1.x) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) @@ -227,6 +231,7 @@ DEPENDENCIES pg puma (~> 4.1) rails (~> 6.0.3) + rails-controller-testing sass-rails (>= 6) selenium-webdriver spring