diff options
author | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-06-30 17:26:46 -0700 |
---|---|---|
committer | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-06-30 17:39:32 -0700 |
commit | eea7b5db1db5d7e6020c5bcb6b4d85afcbc2e696 (patch) | |
tree | 32271eaad754ee5fd65eb62dbb94bcd7187d4d06 /activesupport/test | |
parent | 45e6f19925f23c3db257c15371d8f512cca843cd (diff) | |
download | rails-eea7b5db1db5d7e6020c5bcb6b4d85afcbc2e696.tar.gz rails-eea7b5db1db5d7e6020c5bcb6b4d85afcbc2e696.tar.bz2 rails-eea7b5db1db5d7e6020c5bcb6b4d85afcbc2e696.zip |
Crazy hacks to get the Isolation testing module to work on non forking environments
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/abstract_unit.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb index 428a06b0bf..77294db798 100644 --- a/activesupport/test/abstract_unit.rb +++ b/activesupport/test/abstract_unit.rb @@ -1,3 +1,5 @@ +ORIG_ARGV = ARGV.dup + require 'rubygems' require 'test/unit' |