Sha256: 70ee426a04151763bc7e39d4f23448c91c090d62a578db3ed05f38fd36838821

Contents?: true

Size: 303 Bytes

Versions: 9

Compression:

Stored size: 303 Bytes

Contents

require 'spec_helper'

require 'rom/lint/spec'

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

9 entries across 9 versions & 1 rubygems

Version Path
rom-yaml-0.4.0 spec/unit/repository_spec.rb
rom-yaml-0.3.0 spec/unit/repository_spec.rb
rom-yaml-0.3.0.rc2 spec/unit/repository_spec.rb
rom-yaml-0.3.0.rc1 spec/unit/repository_spec.rb
rom-yaml-0.3.0.beta1 spec/unit/repository_spec.rb
rom-yaml-0.2.0 spec/unit/repository_spec.rb
rom-yaml-0.2.0.rc.1 spec/unit/repository_spec.rb
rom-yaml-0.1.2 spec/unit/repository_spec.rb
rom-yaml-0.1.1 spec/unit/repository_spec.rb