Method: Inspec::RunnerMock#initialize
- Defined in:
- lib/inspec/runner_mock.rb
#initialize ⇒ RunnerMock
Returns a new instance of RunnerMock.
9 10 11 12 |
# File 'lib/inspec/runner_mock.rb', line 9 def initialize @tests = [] @profiles = [] end |