class XSpec::Notifier::Documentation

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

Public Instance Methods

colorize(name, _) click to toggle source
# File lib/xspec/notifiers.rb, line 306
def colorize(name, _)
  name
end