Flowdock
colourise(message, failure) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# 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
Register or log in to add new notes.