Skip to content

Commit

Permalink
Avoid referencing rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Sep 13, 2009
1 parent a9f5f4b commit ec0d4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/isolation_test.rb
Expand Up @@ -76,7 +76,7 @@ class ParentIsolationTest < ActiveSupport::TestCase
File.open(File.join(File.dirname(__FILE__), "fixtures", "isolation_test"), "w") {} File.open(File.join(File.dirname(__FILE__), "fixtures", "isolation_test"), "w") {}


ENV["CHILD"] = "1" 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") ENV.delete("CHILD")


def setup def setup
Expand Down

0 comments on commit ec0d4ef

Please sign in to comment.