Actions
Bug #2063
closedminitest / mocha test failures on Ruby 1.9
Description
Reported in https://github.com/theforeman/foreman/pull/283
$ rake
/home/olevy/.gem/ruby/1.9.1/gems/mocha-0.12.7/lib/mocha/integration/mini_test.rb:56:in `<class:TestCase>': No Mocha monkey-patch for MiniTest version (RuntimeError) from...
Using Mocha 0.12.7 and minitest 4.x. Pinning minitest to 3.5.0 worked around the problem.
Actions