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