Sha256: 3315b424268b62867a07182f71909ea637c263f46c0aaad9f3b31fa61db3b24a

Contents?: true

Size: 309 Bytes

Versions: 8

Compression:

Stored size: 309 Bytes

Contents

require 'spec_helper'

require 'rom/lint/spec'

RSpec.describe ROM::YAML::Gateway do
  let(:root) { Pathname(__FILE__).dirname.join('..') }

  it_behaves_like 'a rom gateway' do
    let(:identifier) { :yaml }
    let(:gateway) { ROM::YAML::Gateway }
    let(:uri) { "#{root}/fixtures/test_db.yml" }
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rom-yaml-3.0.0 spec/unit/gateway_spec.rb
rom-yaml-2.0.0 spec/unit/gateway_spec.rb
rom-yaml-2.0.0.rc2 spec/unit/gateway_spec.rb
rom-yaml-2.0.0.rc1 spec/unit/gateway_spec.rb
rom-yaml-2.0.0.beta1 spec/unit/gateway_spec.rb
rom-yaml-1.0.1 spec/unit/gateway_spec.rb
rom-yaml-1.0.0 spec/unit/gateway_spec.rb
rom-yaml-1.0.0.beta1 spec/unit/gateway_spec.rb