Class: Test::Unit::Failure
- Inherits:
-
Object
- Object
- Test::Unit::Failure
- Defined in:
- lib/shoulda/color.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#long_display ⇒ Object
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_display ⇒ Object
44 |
# File 'lib/shoulda/color.rb', line 44 alias :old_long_display :long_display |