提交 3aae8ab6 编写于 作者: E Edouard CHIN

Removed a forgotten `with_exclusive_scope` test:

- `with_exclusive_scope` was removed in this commit d242e467
上级 e8c21ff6
......@@ -1032,12 +1032,6 @@ def test_reload
assert_equal t1.title, t2.title
end
def test_reload_with_exclusive_scope
dev = DeveloperCalledDavid.first
dev.update!(name: "NotDavid" )
assert_equal dev, dev.reload
end
def test_switching_between_table_name
k = Class.new(Joke)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册