# File lib/dm-core/spec/setup.rb, line 151 def test_connection(adapter) if adapter.respond_to?(:select) adapter.select('SELECT 1') end end