aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_help.rb
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-01-07 23:51:57 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-01-07 23:51:57 -0500
commit3e71f5759aace5aae16e2ad12108cdabc41944c4 (patch)
tree3cf94a6879bb84fb7d72a71abe559cc18a8bbf3e /railties/lib/rails/test_help.rb
parent4200614b2ac2fc129fbeb3b1c8d484c8c7b8488c (diff)
downloadrails-3e71f5759aace5aae16e2ad12108cdabc41944c4.tar.gz
rails-3e71f5759aace5aae16e2ad12108cdabc41944c4.tar.bz2
rails-3e71f5759aace5aae16e2ad12108cdabc41944c4.zip
Don't configure Turn output, we aren't using it since 3.2.0
Diffstat (limited to 'railties/lib/rails/test_help.rb')
-rw-r--r--railties/lib/rails/test_help.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/railties/lib/rails/test_help.rb b/railties/lib/rails/test_help.rb
index 1894ed7cdc..739e4ad992 100644
--- a/railties/lib/rails/test_help.rb
+++ b/railties/lib/rails/test_help.rb
@@ -11,13 +11,6 @@ require 'action_dispatch/testing/integration'
require 'rails/backtrace_cleaner'
MiniTest.backtrace_filter = Rails.backtrace_cleaner
-# Configure turn if it is available
-if defined?(Turn)
- Turn.config do |c|
- c.natural = true
- end
-end
-
if defined?(ActiveRecord::Base)
class ActiveSupport::TestCase
include ActiveRecord::TestFixtures