Method: Inspec::RunnerMock#add_profile

Defined in:
lib/inspec/runner_mock.rb

#add_profile(profile) ⇒ Object



18
19
20
# File 'lib/inspec/runner_mock.rb', line 18

def add_profile(profile)
  @profiles.push(profile)
end