提交 6b84de45 编写于 作者: C Carlos Antonio da Silva

Fix test name [ci skip]

上级 6cad0e31
......@@ -253,8 +253,6 @@ def empty?
end
end
# Returns true if there are any records.
def any?
if block_given?
......
......@@ -509,7 +509,7 @@ def test_has_one_transaction
assert_no_queries { Firm.new.account = account }
end
def test_has_one_assignment_dont_triggers_save_on_change_of_same_object
def test_has_one_assignment_dont_trigger_save_on_change_of_same_object
pirate = Pirate.create!(catchphrase: "Don' botharrr talkin' like one, savvy?")
ship = pirate.build_ship(name: 'old name')
ship.save!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册