Closed pmahoney closed 10 years ago
This is still happening with rspec 2.14 and ci_reporter 1.9.0
For the sake of anyone experiencing the same issue, I can recommend:
It integrates into RSpec's custom formatter system and avoids the above duplication report output.
We are in the process of cleaning out old issues. Specifically, the next version of CI::Reporter is only going to support RSpec 2.14 and above. If this issue still applies to this version, please let us know, otherwise we're going to close this issue to focus on current problems. Thanks for your report!
Closing due to inactivity.
I'm using rspec 2.12 and ci_reporter 1.8.3. I have the default rspec task in my
Rakefile
like this:RSpec::Core::RakeTask.new
. I have at least one pending and failing test in my suite.I see in rspec.rb it's calling
#dump_failures
. If I comment that line out, I do not get the duplicate Failures report.Should I be configuring rspec in some way to not print its own summary? Seems that ci_reporter should not be going out of its way to do anything other than write the xml report, but perhaps there is a reason?
Thanks.