提交 44bee7f2 编写于 作者: R Ryuta Kamizono

Revert "Merge pull request #34421 from albertoalmagro/use-assert-not-instead-of-refute"

This reverts commit ab5d5c95, reversing
changes made to ef4f5ef6.
上级 ab5d5c95
......@@ -18,6 +18,6 @@
class BugTest < Minitest::Test
def test_stuff
assert "zomg".present?
assert_not "".present?
refute "".present?
end
end
......@@ -17,6 +17,6 @@
class BugTest < Minitest::Test
def test_stuff
assert "zomg".present?
assert_not "".present?
refute "".present?
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册