class Neo4j::RSpec::Compat::Neo4jrb6

Public Instance Methods

property_constraint?(attr, type) click to toggle source
# File lib/neo4j/rspec/compat.rb, line 22
def property_constraint?(attr, type)
  attr[:constraint] == type
end
property_nesting() click to toggle source
# File lib/neo4j/rspec/compat.rb, line 18
def property_nesting
  ActiveAttr::Typecasting
end