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