class RSpec::Matchers::BuiltIn::Have

def expectation_format_method

def expectation_format_method
  if @relativity == :exactly
    @expectation_format_method
  else
    "to"
  end
end