mirror of https://github.com/rails/rails
Require ActiveSupport::TestCase form ActiveSupport isolation tests
This commit is contained in:
parent
8f309e3105
commit
61fd7cd9ed
|
@ -1,6 +1,7 @@
|
||||||
$:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')
|
$:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')
|
||||||
|
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
|
require 'active_support/test_case'
|
||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
require 'active_support/core_ext/kernel/reporting'
|
require 'active_support/core_ext/kernel/reporting'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue