module RSpec1
module RSpec2
nyan-cat-formatter
0.0.4
# example_failed
def example_failed(example) super(example) @failure_count =+1 tick FAIL end