module RSpec::Matchers::BuiltIn::CountExpectation

def thrice

Other tags:
    Api: - public
def thrice
  exactly(3)
end