class JUnitFormatter
class TapFormatter
rspec-extra-formatters
0.4
# example_pending
def example_pending(example) super(example) tap_example_output(NOT_OK, example, TODO) end