Silence deprecation warnings because factory_girl

This commit is contained in:
Jesse C. Fisher 2021-11-08 22:13:41 -08:00
parent 13730bf979
commit 86085206e4

View File

@ -2,6 +2,9 @@ require File.expand_path('../boot', __FILE__)
require 'rails/all'
# todo unsilence deprecation warnings. Silenced for factory_girl
ActiveSupport::Deprecation.silenced = true
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)