From 256a33d0fb78cb4fb337938c82a52d042dd4fa2a Mon Sep 17 00:00:00 2001 From: David Calavera Date: Mon, 21 Jun 2010 19:02:04 +0200 Subject: defines ORIG_ARGV in Active Support's abstract_unit.rb (used in isolation.rb) [#4922 state:resolved] Signed-off-by: Xavier Noria --- activesupport/test/abstract_unit.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport') diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb index dd84860a91..b032331a0b 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__) -- cgit v1.2.3