aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/abstract_unit.rb
blob: 8e237beac2b626dca702ca30901d05d6efa5b62d (plain) (blame)
1
2
3
4
5
6
7
require 'test/unit'

$:.unshift "#{File.dirname(__FILE__)}/../lib"
require 'active_support'

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