ci-reporter / ci_reporter

CI::Reporter is an add-on to popular test frameworks that allows you to generate XML reports
MIT License
343 stars 110 forks source link

ci_reporter does not work with minitest 5+ (undefined method `runner' for MiniTest::Unit:Class) #101

Closed tobsch closed 10 years ago

tobsch commented 11 years ago

Hi there,

MiniTest::Unit.runner= does no longer exist in minitest, so ci_reporter does no longer work properly.

Best,

Tobias

missedone commented 11 years ago

I have the same problem with minitest 5.0.6, looks like minitest removed the runner, so my workaround is to stick with minitest 4.7.5

ares commented 10 years ago

Same problem here, this issue is duplicated by #110

emorris commented 10 years ago

What is the status of support for Minitest 5?

shepmaster commented 10 years ago

Closing this in favor of #110