Sha256: d07c302c15dc1693c624d878a1ca6e846079762d4a64738a20179439b2688c4d
Contents?: true
Size: 359 Bytes
Versions: 2
Compression:
Stored size: 359 Bytes
Contents
require 'spec_helper' describe Axiom::Adapter::Arango::Visitor::For::Binary, '#local_name' do subject { object.local_name } let(:object) { described_class.new(relation, context) } let(:relation) { mock('Relation') } let(:context) { mock('Context') } it { should eql(AQL.name_node('left')) } it_should_behave_like 'an idempotent method' end
Version data entries
2 entries across 2 versions & 1 rubygems