Module: PlainColorizer

Defined in:
lib/trunk_spec_helper.rb

Overview

PlainColorizer is a no-op colorizer passed to RSpec’s ExceptionPresenter so the formatted output is plain text suitable for storage and the web UI.

Class Method Summary collapse

Class Method Details

.wrap(text, _code_or_symbol) ⇒ Object



195
196
197
# File 'lib/trunk_spec_helper.rb', line 195

def wrap(text, _code_or_symbol)
  text
end