class Spec::Matchers::Change

def negative_failure_message

def negative_failure_message
  "#{@message} should not have changed, but did change from #{@before.inspect} to #{@after.inspect}"
end