Commit 3b088558217535d0ab1492b3649fad8404dbe1cc

Authored by Andrew Kane
1 parent 3df045a3

Added Cequel logging [skip ci]

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
test/test_helper.rb
... ... @@ -174,6 +174,7 @@ elsif defined?(Cequel)
174 174 keyspace: "searchkick_test",
175 175 default_consistency: :all
176 176 )
  177 + # cequel.logger = ActiveSupport::Logger.new(STDOUT)
177 178 cequel.schema.drop! if cequel.schema.exists?
178 179 cequel.schema.create!
179 180 Cequel::Record.connection = cequel
... ...