module RSpec::Matchers::BuiltIn::CountExpectation

def at_most(number)

Other tags:
    Api: - public
def at_most(number)
  set_expected_count(:<=, number)
  self
end