提交 46e99743 编写于 作者: Y Yasuo Honda

Address `test_after_save_callback_with_autosave` failure

when other `AutomaticInverseFindingTests` load `:comments` fixture
but does not load `:posts`.

Refer #30385 for similar issue
上级 9de6c6c9
......@@ -1724,6 +1724,10 @@ class Comment < ActiveRecord::Base
end
end
def setup
Comment.delete_all
end
def test_after_save_callback_with_autosave
post = Post.new(title: "Test", body: "...")
comment = post.comments.build(body: "...")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册