From d42d6e690e3f553b971322eae783ac6b0d4d9692 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 5 Sep 2014 01:41:25 +0000 Subject: * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_rubygems_hook.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/rdoc/test_rdoc_rubygems_hook.rb') diff --git a/test/rdoc/test_rdoc_rubygems_hook.rb b/test/rdoc/test_rdoc_rubygems_hook.rb index cee0810ab4..960afc9ed4 100644 --- a/test/rdoc/test_rdoc_rubygems_hook.rb +++ b/test/rdoc/test_rdoc_rubygems_hook.rb @@ -138,9 +138,6 @@ class TestRDocRubygemsHook < Gem::TestCase @a.loaded_from = File.join Gem::Specification.default_specifications_dir, 'a.gemspec' - FileUtils.mkdir_p @a.doc_dir - FileUtils.mkdir_p File.join(@a.gem_dir, 'lib') - @hook.generate refute @hook.rdoc_installed? -- cgit v1.2.3