Sha256: 4c397ad48dcfe8b8f05990ef6843b03c4b7e6e2a5fd4c6bd98b2098a0d6d38d6

Contents?: true

Size: 330 Bytes

Versions: 2

Compression:

Stored size: 330 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Axiom::Adapter::Arango::Gateway, '.new' do
  subject { object.new(adapter, relation) }

  let(:adapter)  { stub            }
  let(:relation) { stub            }
  let(:object)   { described_class }

  it { should be_instance_of(described_class) }

  it { should be_frozen }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
axiom-arango-adapter-0.0.2 spec/unit/axiom/adapter/arango/gateway/class_methods/new_spec.rb
axiom-arango-adapter-0.0.1 spec/unit/axiom/adapter/arango/gateway/class_methods/new_spec.rb