Sha256: b62373f02a487ac5f758e86575d50fe8cda263a9eb825eaf736e20fd3e01b16a

Contents?: true

Size: 181 Bytes

Versions: 5

Compression:

Stored size: 181 Bytes

Contents

shared_examples_for 'Node#aql' do
  subject { object.aql }

  it { should eql(expected_aql) }
  its(:frozen?) { should be(true) }
  it_should_behave_like 'an idempotent method'
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
axiom-arango-adapter-0.0.2 spec/shared/aql_behavior.rb
aql-0.0.3 spec/shared/aql_behavior.rb
aql-0.0.2 spec/shared/aql_behavior.rb
axiom-arango-adapter-0.0.1 spec/shared/aql_behavior.rb
aql-0.0.1 spec/shared/aql_behavior.rb