Class: RSMP::Validator::SupervisorTest::Options

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

Overview

Configuration options for supervisor testing.

Instance Method Summary collapse

Instance Method Details

#schema_fileObject



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

def schema_file
  'supervisor_test.json'
end

#schema_pathObject



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

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