class GovukContentSchemaTestHelpers::Validator

def initialize(schema_name, variant, document)

Parameters:
  • schema () -- - the format (like `topic`). Use `format.links` for the
def initialize(schema_name, variant, document)
  Util.check_govuk_content_schemas_path!
  @schema_name = schema_name
  @variant = variant
  @document = document
end