mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Don't load rubygems for isolated tests
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
$:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')
|
||||
|
||||
require 'test/unit'
|
||||
require 'rbconfig'
|
||||
require 'rubygems'
|
||||
require 'active_support'
|
||||
require 'active_support/core_ext/kernel/reporting'
|
||||
|
||||
class TestIsolated < Test::Unit::TestCase
|
||||
ruby = File.join(*RbConfig::CONFIG.values_at('bindir', 'RUBY_INSTALL_NAME'))
|
||||
|
||||
Reference in New Issue
Block a user