未验证 提交 e9f434d3 编写于 作者: R Rafael França 提交者: GitHub

Merge pull request #32787 from yahonda/remove_assert_like

Remove unused `assert_like` from `Arel::Test`
......@@ -24,11 +24,6 @@ def teardown
Arel::Table.engine = @arel_engine if defined? @arel_engine
super
end
def assert_like(expected, actual)
assert_equal expected.gsub(/\s+/, " ").strip,
actual.gsub(/\s+/, " ").strip
end
end
class Spec < Minitest::Spec
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册