method
colourise
1.2.0 -
Show latest stable
- Class:
Spec::Runner::Formatter::BaseTextFormatter
colourise(message, failure)public
No documentation available.
# File lib/spec/runner/formatter/base_text_formatter.rb, line 42
def colourise(message, failure)
Kernel.warn "DEPRECATED: BaseTextFormatter#colourise is deprecated and will be\nremoved from a future version of RSpec.\n\nPlease use colorize_failure instead.\n"
colorize_failure(message, failure)
end