Class: Test::Unit::Failure

Inherits:
Object
  • Object
show all
Defined in:
lib/shoulda/color.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#long_displayObject



45
46
47
48
# File 'lib/shoulda/color.rb', line 45

def long_display
  # old_long_display.sub('Failure', ThoughtBot::Shoulda::Color.red('Failure'))
  ThoughtBot::Shoulda::Color.red(old_long_display)
end

#old_long_displayObject



44
# File 'lib/shoulda/color.rb', line 44

alias :old_long_display :long_display