mirror of https://github.com/rails/rails
Fixed require line
Signed-off-by: wycats <wycats@gmail.com>
This commit is contained in:
parent
bc36618ae6
commit
14b1dc209d
|
@ -1,6 +1,6 @@
|
|||
require 'test/unit'
|
||||
require 'rbconfig'
|
||||
require 'active_support/core_ext/kernel/reporting'
|
||||
require 'lib/active_support/core_ext/kernel/reporting'
|
||||
|
||||
class TestIsolated < Test::Unit::TestCase
|
||||
ruby = File.join(*RbConfig::CONFIG.values_at('bindir', 'RUBY_INSTALL_NAME'))
|
||||
|
|
Loading…
Reference in New Issue