Sha256: 2e1f8b8d6fb51c6561cd8411568196f03279e1ae00c5c9bcb439c395318cc73c

Contents?: true

Size: 189 Bytes

Versions: 21

Compression:

Stored size: 189 Bytes

Contents

RSpec.shared_context 'gateway only' do
  let(:gateway) { ROM::Memory::Gateway.new }

  let(:users_dataset) { gateway.dataset(:users) }
  let(:tasks_dataset) { gateway.dataset(:tasks) }
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rom-3.3.3 spec/shared/gateway_only.rb
rom-3.3.2 spec/shared/gateway_only.rb
rom-3.3.1 spec/shared/gateway_only.rb
rom-3.3.0 spec/shared/gateway_only.rb
rom-3.2.3 spec/shared/gateway_only.rb
rom-3.2.2 spec/shared/gateway_only.rb
rom-3.2.1 spec/shared/gateway_only.rb
rom-3.2.0 spec/shared/gateway_only.rb
rom-3.1.0 spec/shared/gateway_only.rb
rom-3.0.3 spec/shared/gateway_only.rb
rom-3.0.2 spec/shared/gateway_only.rb
rom-3.0.1 spec/shared/gateway_only.rb
rom-3.0.0 spec/shared/gateway_only.rb
rom-3.0.0.rc2 spec/shared/gateway_only.rb
rom-3.0.0.rc1 spec/shared/gateway_only.rb
rom-3.0.0.beta3 spec/shared/gateway_only.rb
rom-3.0.0.beta2 spec/shared/gateway_only.rb
rom-3.0.0.beta1 spec/shared/gateway_only.rb
rom-2.0.2 spec/shared/gateway_only.rb
rom-2.0.1 spec/shared/gateway_only.rb