blob: 7d6f11b5a5cadc772aad895bba7d026bdaefc119 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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 'minitest/autorun'
|