Sha256: ea3866390613b62829f3e0793aea631e923b8ac9cbecd155579a393ea3f6592c

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 Bytes

Contents

require 'spec_helper'

describe Axiom::Adapter::Arango::Adapter, '#gateway' do
  subject { object.gateway(relation) }

  let(:object) { described_class.new(database) }
  let(:relation) { mock('Relation') }
  let(:database) { mock('Database') }

  it { should eql(Axiom::Adapter::Arango::Gateway.new(object, relation)) }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
axiom-arango-adapter-0.0.2 spec/unit/axiom/adapter/arango/adapter/gateway_spec.rb
axiom-arango-adapter-0.0.1 spec/unit/axiom/adapter/arango/adapter/gateway_spec.rb