module ActiveModel::Serializer::Lint::Tests

def assert_instance_of(result, name)

def assert_instance_of(result, name)
  assert result.instance_of?(name), "#{result} should be an instance of #{name}"
end