Class: RSpectacles::Formatter::Batched

Inherits:
Base
  • Object
show all
Defined in:
lib/rspectacles/formatter/batched.rb

Instance Attribute Summary

Attributes inherited from Base

#output

Instance Method Summary collapse

Methods inherited from Base

#config, #current_run_key, #example_failed, #example_passed, #example_pending, #initialize, #message, #start, #stop

Constructor Details

This class inherits a constructor from RSpectacles::Formatter::Base

Instance Method Details

#loggerObject



14
15
16
# File 'lib/rspectacles/formatter/batched.rb', line 14

def logger
  @logger ||= RSpectacles::Adapter::BatchedLogger.new(test_run_key: current_run_key)
end