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