blob: 7a636747575fb5bf8b8ae5a252f037cd1c5a536d (
plain) (
tree)
|
|
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
require 'active_support/testing/autorun'
|