class Neo4j::RSpec::Matchers::HasN::HaveMany

Public Instance Methods

description(model_name) click to toggle source
# File lib/neo4j/rspec/matchers/has_n.rb, line 83
def description(model_name)
  "have many #{model_name}"
end
failure_message(model_name) click to toggle source
# File lib/neo4j/rspec/matchers/has_n.rb, line 87
def failure_message(model_name)
  "expected the #{model_name} model to have many #{name}"
end
name() click to toggle source
# File lib/neo4j/rspec/matchers/has_n.rb, line 79
def name
  :have_many
end