Sha256: 0f072d95198c02e11953e13d2b851abe0cf14e7b1abf0e27cb13b95b6bd7afe8
Contents?: true
Size: 587 Bytes
Versions: 2
Compression:
Stored size: 587 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Axiom::Adapter::Arango::Gateway, '#union' do subject { object.union(other) } let(:adapter) { mock('Adapter') } let(:relation) { mock('Relation') } let(:object) { described_class.new(adapter, relation) } let(:operation) { :union } let(:factory) { Axiom::Algebra::Union } let(:binary_relation) { mock(factory) } it_should_behave_like 'a binary relation method' 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/union_spec.rb |
axiom-arango-adapter-0.0.1 | spec/unit/axiom/adapter/arango/gateway/union_spec.rb |