提交 b5d53f86 编写于 作者: A Aaron Patterson

just use `assert`

上级 f71265f7
......@@ -872,6 +872,6 @@ def test_namespaced_habtm
def test_redefine_habtm
child = SubDeveloper.new("name" => "Aredridel")
child.special_projects << SpecialProject.new("name" => "Special Project")
assert_equal true, child.save
assert child.save, 'child object should be saved'
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册