aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/test_case.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2011-03-31 16:20:59 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-03-31 16:20:59 -0700
commit0eb6e5e270c0a1114fdafe4a8daa35ee88e176e3 (patch)
tree9a215a7a49b1a7c1eb7d14b923032e4b2011f72d /activesupport/lib/active_support/test_case.rb
parentcaf0a72c85ddd30f901c33a2d72cf2a7453ed469 (diff)
downloadrails-0eb6e5e270c0a1114fdafe4a8daa35ee88e176e3.tar.gz
rails-0eb6e5e270c0a1114fdafe4a8daa35ee88e176e3.tar.bz2
rails-0eb6e5e270c0a1114fdafe4a8daa35ee88e176e3.zip
Moved Turn activation/dependency to railties
Diffstat (limited to 'activesupport/lib/active_support/test_case.rb')
-rw-r--r--activesupport/lib/active_support/test_case.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb
index 7ac9ad46e9..8d6c27e381 100644
--- a/activesupport/lib/active_support/test_case.rb
+++ b/activesupport/lib/active_support/test_case.rb
@@ -5,7 +5,6 @@ require 'active_support/testing/deprecation'
require 'active_support/testing/declarative'
require 'active_support/testing/pending'
require 'active_support/testing/isolation'
-require 'active_support/testing/turn_formatting'
require 'active_support/testing/mochaing'
require 'active_support/core_ext/kernel/reporting'