repo.or.cz
/
ruby-80x24.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* 2022-01-18 [ci skip]
[ruby-80x24.org.git]
/
test
/
fileutils
/
test_nowrite.rb
blob
543fa39f5a69c1682e9a6e1e67cebf8a79fb0e15
1
# frozen_string_literal: true
2
# $Id$
3
4
require 'fileutils'
5
require 'test/unit'
6
require_relative 'visibility_tests'
7
8
class TestFileUtilsNoWrite < Test::Unit::TestCase
9
10
include FileUtils::NoWrite
11
include TestFileUtilsInc::Visibility
12
13
def setup
14
super
15
@fu_module = FileUtils::NoWrite
16
end
17
18
end