class Neo4j::RSpec::Compat::Neo4jrb7

Public Instance Methods

property_constraint?(attr, type) click to toggle source
# File lib/neo4j/rspec/compat.rb, line 32
def property_constraint?(attr, type)
  attr.constraint? type
end
property_nesting() click to toggle source
# File lib/neo4j/rspec/compat.rb, line 28
def property_nesting
  Neo4j::Shared
end