提交 350d3daa 编写于 作者: J Joshua Peek

Remove inflection reloads routes test

上级 01c9f99c
......@@ -1762,13 +1762,6 @@ def test_bang_forces_reload
2.times { routes.reload! }
end
def test_adding_inflections_forces_reload
ActiveSupport::Inflector::Inflections.instance.expects(:uncountable).with('equipment')
routes.expects(:reload!)
ActiveSupport::Inflector.inflections { |inflect| inflect.uncountable('equipment') }
end
def test_load_with_configuration
routes.configuration_files.clear
routes.add_configuration_file("foobarbaz")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册