Class: Kiba::Extend::JobTest::ConfigFilePrepper
- Inherits:
-
Object
- Object
- Kiba::Extend::JobTest::ConfigFilePrepper
- Defined in:
- lib/kiba/extend/job_test/config_file_prepper.rb
Instance Method Summary collapse
-
#call ⇒ Array<Hash>
-
#initialize(path) ⇒ ConfigFilePrepper
constructor
A new instance of ConfigFilePrepper.
Constructor Details
#initialize(path) ⇒ ConfigFilePrepper
Returns a new instance of ConfigFilePrepper.
10 11 12 |
# File 'lib/kiba/extend/job_test/config_file_prepper.rb', line 10 def initialize(path) @path = path end |
Instance Method Details
#call ⇒ Array<Hash>
15 16 17 18 |
# File 'lib/kiba/extend/job_test/config_file_prepper.rb', line 15 def call set_job testclasses end |