diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-03 14:47:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-03 14:47:46 +0000 |
| commit | 13ddb8b3e97220ac347cbaf669c745c707bbe5ad (patch) | |
| tree | f3bb9e0276fdd897b05666462bca439e861173d1 /test/rake/test_fileutils.rb | |
| parent | c21fd784c3ae1f072a7f3f25c654037108880e7a (diff) | |
| download | ruby-13ddb8b3e97220ac347cbaf669c745c707bbe5ad.tar.gz ruby-13ddb8b3e97220ac347cbaf669c745c707bbe5ad.tar.xz ruby-13ddb8b3e97220ac347cbaf669c745c707bbe5ad.zip | |
* test/rake: get rid of name collision.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rake/test_fileutils.rb')
| -rw-r--r-- | test/rake/test_fileutils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rake/test_fileutils.rb b/test/rake/test_fileutils.rb index c32e505ec..5969d2245 100644 --- a/test/rake/test_fileutils.rb +++ b/test/rake/test_fileutils.rb @@ -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" |
