From edb65a6254a1e06bb2155678676d6798acd7a51e Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 13 Jan 2019 13:49:25 +0000 Subject: rdoc: ignore gemspec files [ruby-core:91067] [Bug #15531] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rdoc') diff --git a/test/rdoc/test_rdoc_options.rb b/test/rdoc/test_rdoc_options.rb index 1eb20618a5..b6769d14b3 100644 --- a/test/rdoc/test_rdoc_options.rb +++ b/test/rdoc/test_rdoc_options.rb @@ -66,7 +66,7 @@ class TestRDocOptions < RDoc::TestCase expected = { 'charset' => 'UTF-8', 'encoding' => encoding, - 'exclude' => %w[~\z \.orig\z \.rej\z \.bak\z], + 'exclude' => %w[~\z \.orig\z \.rej\z \.bak\z \.gemspec\z], 'hyperlink_all' => false, 'line_numbers' => false, 'locale' => nil, -- cgit v1.2.3