defines ORIG_ARGV in Active Support's abstract_unit.rb (used in isolation.rb) [#4922 state:resolved]

Signed-off-by: Xavier Noria <fxn@hashref.com>
This commit is contained in:
David Calavera 2010-06-21 19:02:04 +02:00 committed by Xavier Noria
parent 40bf76165c
commit 256a33d0fb

@ -1,3 +1,5 @@
ORIG_ARGV = ARGV.dup
begin
old, $VERBOSE = $VERBOSE, nil
require File.expand_path('../../../load_paths', __FILE__)