class RSpec::Matchers::BuiltIn::Has

def predicate

def predicate
  "#{@expected.to_s.sub("have_","has_")}?".to_sym
end