1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/fileutils/test_dryrun.rb

18 lines
268 B
Ruby
Raw Normal View History

# $Id$
require 'fileutils'
require 'test/unit'
require_relative 'visibility_tests'
class TestFileUtilsDryRun < Test::Unit::TestCase
include FileUtils::DryRun
include TestFileUtils::Visibility
def setup
super
@fu_module = FileUtils::DryRun
end
end