Skip to content

Commit

Permalink
Fix assertions which look very likely unintended
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jun 30, 2021
1 parent ccf2c7d commit dc7c890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rdoc/test_rdoc_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def test_tasks_option_parser
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")

Expand Down

0 comments on commit dc7c890

Please sign in to comment.