class Neo4j::RSpec::Matchers::HasN::Without::TypeMatcher

Public Instance Methods

description() click to toggle source
# File lib/neo4j/rspec/matchers/has_n.rb, line 72
def description
  'without type'
end
match(association) click to toggle source
# File lib/neo4j/rspec/matchers/has_n.rb, line 68
def match(association)
  !association.relationship_type
end