Sha256: 7d2ff61fc15180a98953e3cbc52a7e11cab5d99e82e3e6d712266ec3991e87ec

Contents?: true

Size: 244 Bytes

Versions: 4

Compression:

Stored size: 244 Bytes

Contents

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

        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_heading.rb
alf-core-0.14.0 spec/unit/alf-adapter/connection/schema_cached/test_heading.rb
alf-core-0.13.1 spec/unit/alf-adapter/connection/schema_cached/test_heading.rb
alf-core-0.13.0 spec/unit/alf-adapter/connection/schema_cached/test_heading.rb