Class: Kiba::Extend::JobTest::ConfigFilePrepper

Inherits:
Object
  • Object
show all
Defined in:
lib/kiba/extend/job_test/config_file_prepper.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ ConfigFilePrepper

Returns a new instance of ConfigFilePrepper.

Parameters:

  • path (String)

    to .yml config file



10
11
12
# File 'lib/kiba/extend/job_test/config_file_prepper.rb', line 10

def initialize(path)
  @path = path
end

Instance Method Details

#callArray<Hash>

Returns:

  • (Array<Hash>)


15
16
17
18
# File 'lib/kiba/extend/job_test/config_file_prepper.rb', line 15

def call
  set_job
  testclasses
end