Class: XSpec::Notifier::Documentation

Inherits:
ColoredDocumentation show all
Defined in:
lib/xspec/notifiers.rb

Overview

Includes nicely formatted names and durations of each test in the output.

Constant Summary

Constants inherited from ColoredDocumentation

ColoredDocumentation::VT100_COLORS

Instance Method Summary collapse

Methods inherited from ColoredDocumentation

#evaluate_finish, #initialize, #run_finish

Methods included from ShortIdSupport

#run_start, #short_id_for

Methods included from Composable

#+

Methods included from EmptyFormatter

#evaluate_finish, #evaluate_start, #run_finish, #run_start

Constructor Details

This class inherits a constructor from XSpec::Notifier::ColoredDocumentation

Instance Method Details

#colorize(name, _) ⇒ Object



306
307
308
# File 'lib/xspec/notifiers.rb', line 306

def colorize(name, _)
  name
end