class RSpec::Mocks::MessageExpectation

def exactly(n)

def exactly(n)
  set_expected_received_count :exactly, n
  self
end