sj26/rspec_junit_formatter

missing name attribute in testsuite element

shawnzhu opened this issue · 1 comments

I got such error when analyzing the generated rspec.xml report: Required attribute "name" in element "testsuite" must be set and not be empty.

Then I found there's no :name there in xml.testsuite inside j_unit_formatter.rb. It's easy to add the name attribute but I wonder what value it should be especially there're more than one spec.rb file.