mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/rdoc] Fix assertions which look very likely unintended
https://github.com/ruby/rdoc/commit/dc7c890a3d
This commit is contained in:
parent
caa123b50e
commit
46ab28d6c9
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ class TestRDocTask < RDoc::TestCase
|
|||
rd.options << "--all"
|
||||
end
|
||||
|
||||
assert rdoc_task.title, "Test Tasks Option Parser"
|
||||
assert rdoc_task.main, "README.md"
|
||||
assert_equal "Test Tasks Option Parser", rdoc_task.title
|
||||
assert_equal "README.md", rdoc_task.main
|
||||
assert rdoc_task.rdoc_files.include?("README.md")
|
||||
assert rdoc_task.options.include?("--all")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue