summaryrefslogtreecommitdiff
path: root/test/rake/test_namespace.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-03 14:47:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-03 14:47:46 +0000
commit746fe8af5a829061640e976039b7d905ed43bc98 (patch)
treef3bb9e0276fdd897b05666462bca439e861173d1 /test/rake/test_namespace.rb
parent664c7ef4f6de8b4f8a24021fb99da137ae18590b (diff)
* test/rake: get rid of name collision.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rake/test_namespace.rb')
-rwxr-xr-xtest/rake/test_namespace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rake/test_namespace.rb b/test/rake/test_namespace.rb
index 30608de122..bd513b6a10 100755
--- a/test/rake/test_namespace.rb
+++ b/test/rake/test_namespace.rb
@@ -1,7 +1,7 @@
require 'test/unit'
require 'rake'
-class TestNameSpace < Test::Unit::TestCase
+class Rake::TestNameSpace < Test::Unit::TestCase
class TM
include Rake::TaskManager