We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87fc13 commit a686911Copy full SHA for a686911
History.txt
@@ -14,6 +14,8 @@
14
by Vít Ondruch, RubyForge bug #28791 by Dzmitry Prakapenka.
15
* Fixed display of numeric lists on the index page and file pages. Bug #12
16
by tobijk.
17
+ * Skip TestRDocOptions#test_check_files on windows until a windows-specific
18
+ test can be created. RubyForge bug #28821 by Usaku Nakamura.
19
20
=== 3.4 / 2010-01-06
21
test/test_rdoc_options.rb
@@ -17,6 +17,7 @@ def teardown
end
def test_check_files
+ skip "assumes UNIX permition model" if /mswin|mingw/ =~ RUBY_PLATFORM
out, err = capture_io do
22
Dir.mktmpdir do |dir|
23
Dir.chdir dir do
0 commit comments