aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/helper.rb
blob: 2e860272a475a15859c57004965b2d59fb02205e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
require File.expand_path('../../../../load_paths', __FILE__)

lib = File.expand_path("#{File.dirname(__FILE__)}/../../lib")
$:.unshift(lib) unless $:.include?('lib') || $:.include?(lib)

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

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

require 'test/unit'