Method: QUnited::Formatter::Dots#test_failed
- Defined in:
- lib/qunited/formatter/dots.rb
#test_failed(result) ⇒ Object
14 15 16 17 |
# File 'lib/qunited/formatter/dots.rb', line 14 def test_failed(result) super result output.print(result.error? ? 'E' : 'F') end |