Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

48 lines (25 loc) · 3.05 KB
  • MINITEST_REPORTER env variable can be used to override reporter #256 (contributed by brettwgreen)
  • junit reporter changed to support mintest >= 5.11 #252 (contributed by Kevinrob)
  • all reporters changed to be compatible with minitest >= 5.11 (if not - report a bug ;)
  • fixed uninitialized time in junit reporter #251
  • format option added to progress reporter #240 (contributed by jorgesmu)
  • improved output of junit reporter #245 (contributed by jules2689)
  • SpecReporter regression for Minitest 5.11.1 fixed #250 (contrinuted by mbround18)
  • Reverted #236 (it creates too many problems)