MiniTestAdapterTest fails in Ruby 1.9.0-5
Reported by James Mead | January 29th, 2009 @ 06:58 PM
This is because MiniTest has unexpected filenames and module names.
Instead of :-
require 'minitest/unit'
MiniTest::Unit::TestCase
It needs :-
require 'mini/test'
Mini::Test:TestCase
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A mocking & stubbing library for Ruby.
* <a href="http://github.com/floehopper/mocha">GitHub repository</a>
* <a href="http://mocha.rubyforge.org">Documentation</a>
* <a href="http://groups.google.com/group/mocha-developer">Mailing List</a>