class RSpec::Matchers::BuiltIn::ChangeRelatively

def failure_message

Other tags:
    Private: -
def failure_message
  "expected #{@change_details.value_representation} to have changed " \
  "#{@relativity.to_s.tr('_', ' ')} " \
  "#{description_of @expected_delta}, but #{failure_reason}"
end