module RSpec::Matchers::BuiltIn::CountExpectation

def has_expected_count?

def has_expected_count?
  !!count_expectation_type
end