Sha256: 7ce866dbf8f39413add67926d435991666894f013415a52abfafd382dd5966c1

Contents?: true

Size: 249 Bytes

Versions: 18

Compression:

Stored size: 249 Bytes

Contents

require 'spec_helper'
require 'rom/lint/spec'
require 'rom/memory'

RSpec.describe ROM::Memory::Gateway do
  let(:gateway) { ROM::Memory::Gateway }
  let(:uri) { nil }

  it_behaves_like "a rom gateway" do
    let(:identifier) { :memory }
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
rom-3.3.3 spec/unit/rom/memory/gateway_spec.rb
rom-3.3.2 spec/unit/rom/memory/gateway_spec.rb
rom-3.3.1 spec/unit/rom/memory/gateway_spec.rb
rom-3.3.0 spec/unit/rom/memory/gateway_spec.rb
rom-3.2.3 spec/unit/rom/memory/gateway_spec.rb
rom-3.2.2 spec/unit/rom/memory/gateway_spec.rb
rom-3.2.1 spec/unit/rom/memory/gateway_spec.rb
rom-3.2.0 spec/unit/rom/memory/gateway_spec.rb
rom-3.1.0 spec/unit/rom/memory/gateway_spec.rb
rom-3.0.3 spec/unit/rom/memory/gateway_spec.rb
rom-3.0.2 spec/unit/rom/memory/gateway_spec.rb
rom-3.0.1 spec/unit/rom/memory/gateway_spec.rb
rom-3.0.0 spec/unit/rom/memory/gateway_spec.rb
rom-3.0.0.rc2 spec/unit/rom/memory/gateway_spec.rb
rom-3.0.0.rc1 spec/unit/rom/memory/gateway_spec.rb
rom-3.0.0.beta3 spec/unit/rom/memory/gateway_spec.rb
rom-3.0.0.beta2 spec/unit/rom/memory/gateway_spec.rb
rom-3.0.0.beta1 spec/unit/rom/memory/gateway_spec.rb