-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: minitest version out of date #122
Comments
What version of minitest are you running? |
If it is v5.0, it is b/c the Mintest API has totally changed (again). Are there any volunteers that want to update/rewrite the adapter code? |
Yes, I was using 5.0.4. I think I'll stick with 4.x for the time being. On Thu, Jun 13, 2013 at 10:44 AM, 7rans notifications@github.com wrote:
|
I just updated from 4.7.0 to 5.0.6, same error. I'll also be sticking to 4.x for the time being. |
Wouldn't it be wise for turn to depend on something more specific than 'minitest >= 0'. That would have prevented this error. EDIT: Correction: It's not a gem dependency I see... Excuse me. |
I am currently working on the tapout adapter, minitap. When that's finished, I'll use the knowledge gained to write a new turn adapter. But I can't make any promises on the time frame. It's low on the priority list. If anyone else wants it sooner rather than later, please jump in. I'd be more than happy to assist. Barring unforeseen difficulties, it's more or less just a day project. |
Seems it's a problem again with Rails 4.1 /: |
Same for me when upgraded to rails 4.1 from rails 4.0.4
|
Got the same problem with Sinatra |
Same here. Any chance this will be resolved soon? |
/lib/turn/minitest.rb:22 MiniTest v5.3.4 is out of date. |
This is simply because Turn was written for the older Minitest API (which was basically no API at all and relied on class patching). Turn needs to be updated to work for the new Minitest v5 API (an actual API, wow!). Unfortunately I don't have the time to do it right now. And the new maintainers, for whatever reason, haven't gotten to it either (understandably it is not so easy to wrap ones mind around pre-existing code). If I manage to carve out a few days sometime soon I will make an effort to fill it with this task. But for the moment I can't make any promises. |
Any update on the new API integration for MiniTest v5+? |
I just pushed preliminary support for Minitest 5. Some things are broken (filtering and special runners), but the basics are at least working. I am thinking about dumping support for v4 or less altogether. It will be easier just to maintain the older version of Turn (< 1.0) for a bit longer for anyone whole still uses older Minitest versions. |
I am getting MiniTest v5.4.2 is out of date |
@balasankarc Are you using the gem? If so that would be why. You can try using the github repo directly, but some things aren't 100% yet with Minitest 5. This project needs a new maintainer. |
@trans I am packaging turn for debian and this error popped up. :( |
I see. Well, unless this project gets a new maintainer it is effectively dead. So I wouldn't bother. (I've done all I can --I did most of the heavy lifting to get Minitest 5 compatibility, but it has to be up to someone else to finish it). |
+1 bummer |
@tomrossi7 |
Looks good @elfassy! Thanks! |
minitest-reporters makes turn obsolete, at least for me.
|
Rubytest makes Minitest obsolete, at least for me. So yea, there you go. |
Seems like a strange error message when referring to the latest version of minitest. Was MiniTest::Unit::runner= removed at some point?
The text was updated successfully, but these errors were encountered: