module RSpec::Matchers::BuiltIn::CountExpectation

def once

Other tags:
    Api: - public
def once
  exactly(1)
end