Closed okitan closed 10 years ago
The simpest solution is to change gemspec to limit minitest version, and I found all test passed (of course considering #109).
gem 'minitest', '< 5.0.0'
/Users/okitan/.rvm/rubies/ruby-2.0.0-p0/bin/ruby -S rspec acceptance/verification_spec.rb --color
Run options: include {:wip=>true}
All examples were filtered out; ignoring {:wip=>true}
..................
Finished in 0.05753 seconds
18 examples, 0 failures
Have the same problem here
ci_reporter_minitest supports 5.x.
I'm a stranger of minitest, but it seems minitest 5.0.0 forbids to access runner.
See its CHANGELOG https://github.com/seattlerb/minitest/blob/34760e3b268bc1bb4ac5fe1a44ef1ff0a2f9bd4d/History.txt#L91