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



                                                              


                                                                           
                                        

                                               



                                                                       
                                            
require File.expand_path('../../../../load_paths', __FILE__)

require 'config'
require 'active_model'
require 'active_support/core_ext/string/access'

# 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 'mocha/setup' # FIXME: stop using mocha

# FIXME: we have tests that depend on run order, we should fix that and
# remove this method call.
require 'active_support/test_case'
ActiveSupport::TestCase.test_order = :sorted