mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
5da4d5142a
minitest/autorun load minitest/spec polluting the global namespace with the DSL that we don't want on Rails
10 lines
296 B
Ruby
10 lines
296 B
Ruby
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'
|