class RSpecJUnitFormatter
rspec_junit_formatter
0.2.0
# xml_dump_pending
def xml_dump_pending(example) xml_dump_example(example) do xml.skipped end end