Skip to content

Commit ee26af9

Browse files
Merge pull request #281 from jonathanhefner/warning-assert-nil
Fix Minitest deprecation warning
2 parents d77123f + 45bf89f commit ee26af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rdoc_generator_markup_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
it "should ignore lower level titles" do
2020
@module.comment = RDoc::Comment.new '== Some Title'
21-
_(@module.comment_title).must_equal nil
21+
_(@module.comment_title).must_be_nil
2222
end
2323
end
2424

0 commit comments

Comments
 (0)