aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/connections/oracle.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/connections/oracle.rb')
-rw-r--r--activerecord/test/connections/oracle.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/activerecord/test/connections/oracle.rb b/activerecord/test/connections/oracle.rb
index dc64f7c5fc..352028ce33 100644
--- a/activerecord/test/connections/oracle.rb
+++ b/activerecord/test/connections/oracle.rb
@@ -1,7 +1 @@
-ENV['ARCONN'] = 'oracle'
-
-# uses oracle_enhanced adapter in ENV['ORACLE_ENHANCED_PATH'] or from github.com/rsim/oracle-enhanced.git
-require 'active_record/connection_adapters/oracle_enhanced_adapter'
-
-# otherwise failed with silence_warnings method missing exception
-require 'active_support/core_ext/kernel/reporting'
+ENV['ARCONN'] = 'oracle_enhanced'