class Neo4j::RSpec::Matchers::HasN::With::Base

Attributes

expected[R]

Public Class Methods

new(expected) click to toggle source
# File lib/neo4j/rspec/matchers/has_n.rb, line 9
def initialize(expected)
  @expected = expected
end