summaryrefslogtreecommitdiff
path: root/test/fileutils/visibility_tests.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-13 06:29:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-13 06:29:02 +0000
commitdd3851d2786412de019350a11e749c56fa5a07cc (patch)
tree737a1505da0612cdfecada8037f87a982e185912 /test/fileutils/visibility_tests.rb
parent1032f093ccd7d67553737d7a7686973291730d0e (diff)
Rename test classes to allow stable test count when running test-all -j
[Fix GH-1763] From: MSP-Greg <MSP-Greg@users.noreply.github.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/fileutils/visibility_tests.rb')
-rw-r--r--test/fileutils/visibility_tests.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fileutils/visibility_tests.rb b/test/fileutils/visibility_tests.rb
index 0ce00d5f2c..4c02c9d207 100644
--- a/test/fileutils/visibility_tests.rb
+++ b/test/fileutils/visibility_tests.rb
@@ -2,14 +2,14 @@
require 'test/unit'
require 'fileutils'
-class TestFileUtils < Test::Unit::TestCase
+class TestFileUtilsInc < Test::Unit::TestCase
end
##
# These tests are reused in the FileUtils::Verbose, FileUtils::NoWrite and
# FileUtils::DryRun tests
-module TestFileUtils::Visibility
+module TestFileUtilsInc::Visibility
FileUtils::METHODS.each do |m|
define_method "test_singleton_visibility_#{m}" do