Skip to content

Commit

Permalink
Merge pull request #281 from jonathanhefner/warning-assert-nil
Browse files Browse the repository at this point in the history
Fix Minitest deprecation warning
  • Loading branch information
jonathanhefner authored Aug 6, 2023
2 parents d77123f + 45bf89f commit ee26af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rdoc_generator_markup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

it "should ignore lower level titles" do
@module.comment = RDoc::Comment.new '== Some Title'
_(@module.comment_title).must_equal nil
_(@module.comment_title).must_be_nil
end
end

Expand Down

0 comments on commit ee26af9

Please sign in to comment.