Class: RSMP::Validator::SupervisorTest::Options
- Inherits:
-
Options
- Object
- Options
- RSMP::Validator::SupervisorTest::Options
- Defined in:
- lib/rsmp/validator/options/supervisor_test_options.rb
Overview
Configuration options for supervisor testing.
Instance Method Summary collapse
Instance Method Details
#schema_file ⇒ Object
8 9 10 |
# File 'lib/rsmp/validator/options/supervisor_test_options.rb', line 8 def schema_file 'supervisor_test.json' end |
#schema_path ⇒ Object
12 13 14 |
# File 'lib/rsmp/validator/options/supervisor_test_options.rb', line 12 def schema_path File.("../../../schemas/#{schema_file}", __dir__) end |