aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
diff options
context:
space:
mode:
authorAndrey Deryabin <deriabin@gmail.com>2012-11-30 12:07:55 +0400
committerAndrey Deryabin <deriabin@gmail.com>2012-11-30 12:07:55 +0400
commitda67d192d214c5a978bbeecd30ad87fa06e690ab (patch)
tree459df62cd3a63d469354783cceff1accbe1351af /activerecord/test/cases
parent0a6afef374028ccb558e4a8f65d49034d79188f4 (diff)
downloadrails-da67d192d214c5a978bbeecd30ad87fa06e690ab.tar.gz
rails-da67d192d214c5a978bbeecd30ad87fa06e690ab.tar.bz2
rails-da67d192d214c5a978bbeecd30ad87fa06e690ab.zip
Revert "Fix annoy warning, when executing testcase."
This reverts commit a3024f81228d7b3b446408114a5dc2a86870cd35. REASON: Since warning doesn't exist
Diffstat (limited to 'activerecord/test/cases')
-rw-r--r--activerecord/test/cases/helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/test/cases/helper.rb b/activerecord/test/cases/helper.rb
index 1bff005510..3a315d843b 100644
--- a/activerecord/test/cases/helper.rb
+++ b/activerecord/test/cases/helper.rb
@@ -22,8 +22,6 @@ ActiveSupport::Deprecation.debug = true
# Connect to the database
ARTest.connect
-require 'support/mysql'
-
# Quote "type" if it's a reserved word for the current connection.
QUOTED_TYPE = ActiveRecord::Base.connection.quote_column_name('type')