Method: InspecRspecJson#add_profile
- Defined in:
- lib/inspec/rspec_json_formatter.rb
#add_profile(profile) ⇒ Object
Called by the runner during example collection.
108 109 110 |
# File 'lib/inspec/rspec_json_formatter.rb', line 108 def add_profile(profile) @profiles.push(profile) end |