class RuboCop::RSpec::Concept

def eql?(other)

def eql?(other)
  node == other.node
end