From 6af0c6387da524414778900106f981dcd74af6fe Mon Sep 17 00:00:00 2001 From: David Calavera Date: Mon, 21 Jun 2010 19:02:04 +0200 Subject: [PATCH] moving ORIG_ARGV to activesupport --- activesupport/test/abstract_unit.rb | 2 ++ railties/test/abstract_unit.rb | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb index dd84860..b032331 100644 --- a/activesupport/test/abstract_unit.rb +++ b/activesupport/test/abstract_unit.rb @@ -1,3 +1,5 @@ +ORIG_ARGV = ARGV.dup + begin old, $VERBOSE = $VERBOSE, nil require File.expand_path('../../../load_paths', __FILE__) diff --git a/railties/test/abstract_unit.rb b/railties/test/abstract_unit.rb index d04a2aa..a05bae5 100644 --- a/railties/test/abstract_unit.rb +++ b/railties/test/abstract_unit.rb @@ -1,5 +1,3 @@ -ORIG_ARGV = ARGV.dup - require File.expand_path("../../../load_paths", __FILE__) require 'stringio' -- 1.7.1