aboutsummaryrefslogtreecommitdiffstats
path: root/spec/connections/postgresql_connection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/connections/postgresql_connection.rb')
-rw-r--r--spec/connections/postgresql_connection.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/connections/postgresql_connection.rb b/spec/connections/postgresql_connection.rb
index e376d33ec6..0fb6dfe065 100644
--- a/spec/connections/postgresql_connection.rb
+++ b/spec/connections/postgresql_connection.rb
@@ -1,5 +1,6 @@
-require "activerecord"
puts "Using native PostgreSQL"
+require "active_record"
+require 'logger'
ActiveRecord::Base.logger = Logger.new("debug.log")