module RSpec::Matchers::BuiltIn::CountExpectation

def at_least(number)

Other tags:
    Api: - public
def at_least(number)
  set_expected_count(:>=, number)
  self
end