diff options
author | Nick Sieger <nick@nicksieger.com> | 2010-06-15 15:28:19 -0500 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-06-24 09:10:58 -0700 |
commit | b549d93d2f34a18971e691ff93e4c5b7b092eb14 (patch) | |
tree | 3a842896273260f3773c3fa92747bbc97a2dc18f /railties | |
parent | 7710a8cb6b0f3b8f94c130aa5d6062d45e34219c (diff) | |
download | rails-b549d93d2f34a18971e691ff93e4c5b7b092eb14.tar.gz rails-b549d93d2f34a18971e691ff93e4c5b7b092eb14.tar.bz2 rails-b549d93d2f34a18971e691ff93e4c5b7b092eb14.zip |
AS::Isolation functional on Windows/JRuby.
Doesn't make up for the fact that it's slooooooooow, though.
Signed-off-by: wycats <wycats@gmail.com>
Diffstat (limited to 'railties')
-rw-r--r-- | railties/test/abstract_unit.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/test/abstract_unit.rb b/railties/test/abstract_unit.rb index d04a2aa1f3..a05bae5dcc 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' |