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

@ -4,7 +4,7 @@ require_relative 'filecreation'
require 'fileutils'
require 'stringio'
class TestFileUtils < Test::Unit::TestCase
class Rake::TestFileUtils < Test::Unit::TestCase
include FileCreation
BASEDIR = File.dirname(__FILE__)
ShellCommand = "#{BASEDIR}/shellcommand.rb"