提交 14ff8e79 编写于 作者: R Ryuta Kamizono

Fix debug helper test

上级 b604dd0b
......@@ -4,7 +4,10 @@
class DebugHelperTest < ActionView::TestCase
def test_debug
company = Company.new(name: "firebase")
assert_match "name: firebase", debug(company)
output = debug(company)
assert_match "name: name", output
assert_match "value_before_type_cast: firebase", output
assert_match "active_record_yaml_version: 2", output
end
def test_debug_with_marshal_error
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册