gma / tconsole

Testing console for Rails. Helps out with test performance and also makes it easier to run specific tests
177 stars 18 forks source link

undefined method `runner' for Minitest::Unit:Class (NoMethodError) #80

Open jontebol opened 9 years ago

jontebol commented 9 years ago

I get this as soon as I try to run any tests, with ruby 2.1.1 and Minitest 5.5.

gma commented 9 years ago

Okay, thanks for the report. I've no bandwidth to work on it at the moment (though will be investigating what's involved in getting it working with the latest versions of everything at some point). I'll update the README in the meantime.

haukot commented 9 years ago

We have our fork( https://github.com/ulmic/tconsole/tree/rails4), it is currently working on rails 4. However, this is has a not quite clean code, and does not work feature !timings. Maybe this will help.

gma commented 9 years ago

Cracking, thanks @Khelek. I'll take a look…