Skip to content

Commit e09c3c7

Browse files
committed
Merge pull request rails#4339 from rafaelfranca/patch-2
Require ActiveSupport::TestCase form ActiveSupport isolation tests
2 parents 958d25d + 74fbad7 commit e09c3c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: actionpack/test/ts_isolated.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
$:.unshift(File.dirname(__FILE__))
12
$:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')
23

34
require 'test/unit'

Diff for: activesupport/test/ts_isolated.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')
22

33
require 'test/unit'
4+
require 'active_support/test_case'
45
require 'rbconfig'
56
require 'active_support/core_ext/kernel/reporting'
67

0 commit comments

Comments
 (0)