Module: Neo4j::RSpec::Matchers::Relations

Extended by:
RSpec::Matchers::DSL
Included in:
Neo4j::RSpec::Matchers
Defined in:
lib/neo4j/rspec/matchers/relations.rb

Instance Method Summary collapse

Instance Method Details

#failure_start(rel) ⇒ Object



79
80
81
# File 'lib/neo4j/rspec/matchers/relations.rb', line 79

def failure_start(rel)
  "expected the #{rel.class.name} relation"
end