Class: RSMP::Validator::SiteTest::Options

Inherits:
Options
  • Object
show all
Defined in:
lib/rsmp/validator/options/site_test_options.rb

Overview

Configuration options for site testing.

Instance Method Summary collapse

Instance Method Details

#schema_fileObject



8
9
10
# File 'lib/rsmp/validator/options/site_test_options.rb', line 8

def schema_file
  'site_test.json'
end

#schema_pathObject



12
13
14
# File 'lib/rsmp/validator/options/site_test_options.rb', line 12

def schema_path
  File.expand_path("../../../schemas/#{schema_file}", __dir__)
end