module ActiveModel::Lint::Tests

def model

def model
  assert @model.respond_to?(:to_model), "The object should respond to to_model"
  @model.to_model
end