Class Spec::Runner::Reporter
In: lib/rasta/extensions/rspec_extensions.rb
Parent: Object

Methods

External Aliases

dump -> original_dump
  Stub out the dump method and call it after all tests are run
start -> original_start
  Change so we don‘t clear the state after each run and don‘t reset the start time

Public Instance methods

Expose the failure count to Rasta

Initialize the start time and set up the superclass’ dump method to run after we‘re all done

Call the formatter‘s method and pass in the reference to the spreadsheet cell so it can use it for updating the cell contents based on the test result

[Validate]