class GovukContentSchemaTestHelpers::Configuration
Attributes
project_root[W]
schema_type[W]
Public Instance Methods
project_root()
click to toggle source
# File lib/govuk-content-schema-test-helpers/configuration.rb, line 11 def project_root @project_root || raise(ConfigurationError, 'GovukContentSchemaTestHelpers.configuration.project_root must be set (and not nil)') end
schema_type()
click to toggle source
# File lib/govuk-content-schema-test-helpers/configuration.rb, line 7 def schema_type @schema_type || raise(ConfigurationError, 'GovukContentSchemaTestHelpers.configuration.schema_type must be set (and not nil)') end