class SpecNegativeOperatorMatcher
  def initialize(actual)
    @actual = actual
  end