1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/rake: get rid of name collision.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-10-03 14:47:46 +00:00
parent 664c7ef4f6
commit 746fe8af5a
27 changed files with 38 additions and 38 deletions

View file

@ -3,7 +3,7 @@ require_relative 'in_environment'
require 'rake'
class TestWin32 < Test::Unit::TestCase
class Rake::TestWin32 < Test::Unit::TestCase
include InEnvironment
Win32 = Rake::Win32