aboutsummaryrefslogblamecommitdiffstats
path: root/activemodel/test/cases/helper.rb
blob: 786b54983c211bf0db6b71a7d7a4127660980685 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                             
                      



                                                              


                                                                           
                                        
                                              
 
                                             
# frozen_string_literal: true

require "active_model"

# Show backtraces for deprecated behavior for quicker cleanup.
ActiveSupport::Deprecation.debug = true

# Disable available locale checks to avoid warnings running the test suite.
I18n.enforce_available_locales = false

require "active_support/testing/autorun"
require "active_support/core_ext/integer/time"

require_relative "../../../tools/test_common"