Avoid referencing rubygems

This commit is contained in:
Joshua Peek 2009-09-13 12:47:37 -05:00
parent a9f5f4bb45
commit ec0d4efd79
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ else
File.open(File.join(File.dirname(__FILE__), "fixtures", "isolation_test"), "w") {}
ENV["CHILD"] = "1"
OUTPUT = `#{Gem.ruby} -I#{File.dirname(__FILE__)} "#{File.expand_path(__FILE__)}" -v`
OUTPUT = `ruby -I#{File.dirname(__FILE__)} "#{File.expand_path(__FILE__)}" -v`
ENV.delete("CHILD")
def setup