Class: Inspec::RSpecReporter

Inherits:
RSpec::Core::Formatters::JsonFormatter
  • Object
show all
Defined in:
lib/inspec/runner_rspec.rb

Instance Method Summary collapse

Constructor Details

#initializeRSpecReporter

Returns a new instance of RSpecReporter.



161
162
163
# File 'lib/inspec/runner_rspec.rb', line 161

def initialize(*)
  super(StringIO.new)
end