summaryrefslogtreecommitdiff
path: root/test/fileutils/visibility_tests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/fileutils/visibility_tests.rb')
-rw-r--r--test/fileutils/visibility_tests.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/fileutils/visibility_tests.rb b/test/fileutils/visibility_tests.rb
index 4c02c9d207..9f8f8dc9e1 100644
--- a/test/fileutils/visibility_tests.rb
+++ b/test/fileutils/visibility_tests.rb
@@ -2,14 +2,11 @@
require 'test/unit'
require 'fileutils'
-class TestFileUtilsInc < Test::Unit::TestCase
-end
-
##
# These tests are reused in the FileUtils::Verbose, FileUtils::NoWrite and
# FileUtils::DryRun tests
-module TestFileUtilsInc::Visibility
+module TestFileUtilsIncVisibility
FileUtils::METHODS.each do |m|
define_method "test_singleton_visibility_#{m}" do