class Shoulda::Matchers::ActiveRecord::HaveImplicitOrderColumnMatcher

def failure_message_when_negated

def failure_message_when_negated
  Shoulda::Matchers.word_wrap(
    "Expected #{model.name} not to #{expectation}, but it did.",
  )
end