提交 0cb0625c 编写于 作者: A Arun Agrawal

Fixed test broken by local_constant_names

depreciation removed
上级 501b27e7
......@@ -278,12 +278,6 @@ def test_parents
def test_local_constants
assert_equal %w(Constant1 Constant3), Ab.local_constants.sort.map(&:to_s)
end
def test_local_constant_names
ActiveSupport::Deprecation.silence do
assert_equal %w(Constant1 Constant3), Ab.local_constant_names.sort.map(&:to_s)
end
end
end
module BarMethodAliaser
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册