class

Spectator::Formatting::ExampleStatusPersistence

Inherits Spectator::Formatting::Formatter / Reference / Object

Writes failed example locations to a file after each run.

Constants

FILE_PATH = ".spectator-failures"

Instance methods

dump_summary(notification)

Invoked after testing completes with summarized information from the test suite. Called after #dump_profile and before #close. The notification will be an SummaryNotification type of object.

Source