9 May
2011
9 May
'11
1:57 p.m.
As we say in french "Nous ne sommes jamais mieux servis que par nous-mêmes" . In my main project, i've made a module which respond to what i want : Get an object (TestResult object) after each test (it is yielded after each test and return an object of class Error , Failure, Error or Success) and get global result of tests after all. Perhaps it can be usefull for someone else, so i've extracted it as a gem. You can find it on Gemcutter : https://rubygems.org/gems/minitest_owrapper Github repo : https://github.com/anoiaque/minitest_owrapper Best regards.