spec/spec_helper.rb in killbill-paypal-express-1.5.4 vs spec/spec_helper.rb in killbill-paypal-express-1.6.0
- old
+ new
@@ -14,9 +14,11 @@
require 'active_record'
ActiveRecord::Base.establish_connection(
:adapter => 'sqlite3',
:database => 'test.db'
)
+# For debugging
+#ActiveRecord::Base.logger = Logger.new(STDOUT)
# Create the schema
require File.expand_path(File.dirname(__FILE__) + '../../db/schema.rb')
begin
require 'securerandom'