Sha256: ad72a369ecdc5d1ff453ef324032a88cc173523fff5650ef6ad6a6b4b93722d9

Contents?: true

Size: 242 Bytes

Versions: 4

Compression:

Stored size: 242 Bytes

Contents

require 'spec_helper'
module Alf
  class Adapter
    class Connection
      describe SchemaCached, "knows?" do
        let(:connection_method){ :knows? }

        it_should_behave_like 'a cached connection method'
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alf-core-0.15.0 spec/unit/alf-adapter/connection/schema_cached/test_knows.rb
alf-core-0.14.0 spec/unit/alf-adapter/connection/schema_cached/test_knows.rb
alf-core-0.13.1 spec/unit/alf-adapter/connection/schema_cached/test_knows.rb
alf-core-0.13.0 spec/unit/alf-adapter/connection/schema_cached/test_knows.rb