提交 4200614b 编写于 作者: G Guillermo Iguaran

Merge pull request #8801 from ktheory/dont_require_turn

Don't require 'turn' from rails/test_help
......@@ -11,14 +11,11 @@
require 'rails/backtrace_cleaner'
MiniTest.backtrace_filter = Rails.backtrace_cleaner
# Enable turn if it is available
begin
require 'turn'
# Configure turn if it is available
if defined?(Turn)
Turn.config do |c|
c.natural = true
end
rescue LoadError
end
if defined?(ActiveRecord::Base)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册