Skip to content

Commit

Permalink
defines ORIG_ARGV in Active Support's abstract_unit.rb (used in isola…
Browse files Browse the repository at this point in the history
…tion.rb) [#4922 state:resolved]

Signed-off-by: Xavier Noria <fxn@hashref.com>
  • Loading branch information
calavera authored and fxn committed Jun 22, 2010
1 parent 40bf761 commit 256a33d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activesupport/test/abstract_unit.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ORIG_ARGV = ARGV.dup

begin
old, $VERBOSE = $VERBOSE, nil
require File.expand_path('../../../load_paths', __FILE__)
Expand Down

0 comments on commit 256a33d

Please sign in to comment.