class RespondToMatcher
  def initialize(expected)
    @expected = expected
  end