提交 743ee7b2 编写于 作者: V Vipul A M

wonderfull => wonderful

上级 f2855f6e
......@@ -338,7 +338,7 @@ def test_belongs_to_counter_when_update_columns
topic.replies.create!(:title => "re: 37s", :content => "rails")
assert_equal 1, Topic.find(topic.id)[:replies_count]
topic.update_columns(content: "rails is wonderfull")
topic.update_columns(content: "rails is wonderful")
assert_equal 1, Topic.find(topic.id)[:replies_count]
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册