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

#color_code_for, #decorate, #evaluate_finish, #evaluate_start, #initialize, #run_finish, #run_start

Methods included from Composable

#+

Constructor Details

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

Instance Method Details

#colorize(name, _) ⇒ Object



289
290
291
# File 'lib/xspec/notifiers.rb', line 289

def colorize(name, _)
  name
end