abstract_unit.rb 196 Bytes Edit Raw Blame History Permalink 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