Remove rails-controller-testing gem (#33955)

This commit is contained in:
Matt Jankowski 2025-02-21 09:00:16 -05:00 committed by GitHub
parent 68e5f0c452
commit db97197685
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 11 deletions

View file

@ -145,9 +145,6 @@ group :test do
# Used to mock environment variables
gem 'climate_control'
# Add back helpers functions removed in Rails 5.1
gem 'rails-controller-testing', '~> 1.0'
# Validate schemas in specs
gem 'json-schema', '~> 5.0'