summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_options.rb
diff options
Diffstat (limited to 'test/rdoc/test_rdoc_options.rb')
-rw-r--r--test/rdoc/test_rdoc_options.rb43
1 files changed, 22 insertions, 21 deletions
diff --git a/test/rdoc/test_rdoc_options.rb b/test/rdoc/test_rdoc_options.rb
index 1fc56b2d5e..eb8477483c 100644
--- a/test/rdoc/test_rdoc_options.rb
+++ b/test/rdoc/test_rdoc_options.rb
@@ -63,27 +63,28 @@ class TestRDocOptions < RDoc::TestCase
encoding = 'UTF-8'
expected = {
- 'charset' => 'UTF-8',
- 'encoding' => encoding,
- 'embed_mixins' => false,
- 'exclude' => %w[~\z \.orig\z \.rej\z \.bak\z \.gemspec\z],
- 'hyperlink_all' => false,
- 'line_numbers' => false,
- 'locale_dir' => 'locale',
- 'locale_name' => nil,
- 'main_page' => nil,
- 'markup' => 'rdoc',
- 'output_decoration' => true,
- 'page_dir' => nil,
- 'rdoc_include' => [],
- 'show_hash' => false,
- 'static_path' => [],
- 'tab_width' => 8,
- 'template_stylesheets' => [],
- 'title' => nil,
- 'visibility' => :protected,
- 'webcvs' => nil,
- 'skip_tests' => true,
+ 'charset' => 'UTF-8',
+ 'encoding' => encoding,
+ 'embed_mixins' => false,
+ 'exclude' => %w[~\z \.orig\z \.rej\z \.bak\z \.gemspec\z],
+ 'hyperlink_all' => false,
+ 'line_numbers' => false,
+ 'locale_dir' => 'locale',
+ 'locale_name' => nil,
+ 'main_page' => nil,
+ 'markup' => 'rdoc',
+ 'output_decoration' => true,
+ 'page_dir' => nil,
+ 'rdoc_include' => [],
+ 'show_hash' => false,
+ 'static_path' => [],
+ 'tab_width' => 8,
+ 'template_stylesheets' => [],
+ 'title' => nil,
+ 'visibility' => :protected,
+ 'warn_missing_rdoc_ref' => false,
+ 'webcvs' => nil,
+ 'skip_tests' => true,
}
assert_equal expected, coder