root = 'missing_validators.matchers.ensure_valid_longitude_format_of'

  match do |model|
    model.send("#{attribute}=", 180.01)
    model.valid?