Sha256: df083880e3cd877ae2498ec1d0d0d887f7b2aa021753a98c81dd588ad9c3a90b
Contents?: true
Size: 367 Bytes
Versions: 2
Compression:
Stored size: 367 Bytes
Contents
require 'spec_helper' describe Axiom::Adapter::Arango::Visitor::For::Binary::Right, '#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('right')) } it_should_behave_like 'an idempotent method' end
Version data entries
2 entries across 2 versions & 1 rubygems