提交 dc0be869 编写于 作者: Y yuuji.yaginuma 提交者: eileencodes

Avoid to use a method that acts on the hash

To avoid a deprecation warning.
上级 23cdecee
......@@ -89,7 +89,7 @@ def test_each_is_deprecated
end
def test_first_is_deprecated
first_config = ActiveRecord::Base.configurations.values.first
first_config = ActiveRecord::Base.configurations.configurations.map(&:config).first
assert_deprecated do
env_name, config = ActiveRecord::Base.configurations.first
assert_equal "arunit", env_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册