Class: Neo4j::RSpec::Compat::Neo4jrb7

Inherits:
Object
  • Object
show all
Defined in:
lib/neo4j/rspec/compat.rb

Instance Method Summary collapse

Instance Method Details

#property_constraint?(attr, type) ⇒ Boolean



28
29
30
# File 'lib/neo4j/rspec/compat.rb', line 28

def property_constraint?(attr, type)
  attr.constraint? type
end

#property_nestingObject



24
25
26
# File 'lib/neo4j/rspec/compat.rb', line 24

def property_nesting
  Neo4j::Shared
end