Skip to content

Commit 74fbad7

Browse files
committed
Add test path to LOAD_PATH to fix load error
1 parent 61fd7cd commit 74fbad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actionpack/test/ts_isolated.rb

Lines changed: 1 addition & 0 deletions
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'

0 commit comments

Comments
 (0)