提交 4503926e 编写于 作者: C Carlos Antonio da Silva

Merge pull request #6995 from frodsan/update_test_help

update test_help to config properly turn natural language option
......@@ -10,7 +10,10 @@
# Enable turn if it is available
begin
require 'turn'
MiniTest::Unit.use_natural_language_case_names = true
Turn.config do |c|
c.natural = true
end
rescue LoadError
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册