diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-01-13 13:41:36 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-01-13 13:41:36 +0000 |
commit | 71d2695d1725270caa1301ab39689c5a6e7e7072 (patch) | |
tree | 37cf8d5be4c5e2a09df02b8a0e53474ca2d046ba /test/rdoc | |
parent | 0fb782ea28b61035d56a8fb1f32754a18f2cee60 (diff) | |
download | bundler-71d2695d1725270caa1301ab39689c5a6e7e7072.tar.gz |
rdoc: fixup the test for r66806
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rdoc')
-rw-r--r-- | test/rdoc/test_rdoc_options.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_options.rb b/test/rdoc/test_rdoc_options.rb index baef2d860e..1eb20618a5 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' => [], + 'exclude' => %w[~\z \.orig\z \.rej\z \.bak\z], 'hyperlink_all' => false, 'line_numbers' => false, 'locale' => nil, |