You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project currently depends on version 4.7.5 of the minitest gem, which is nearing 10 years old (released June 22, 2013). It would be great if we could upgrade to the latest version, so that we can more easily debug unit tests in IDEs that support the Minitest framework, e.g., RubyMine.
One of the initial stumbling blocks for doing an upgrade is our AppUnit class and the call to the runner method, which was removed in May of 2013 when minitest 5.0.0 was released:
This project currently depends on version 4.7.5 of the minitest gem, which is nearing 10 years old (released June 22, 2013). It would be great if we could upgrade to the latest version, so that we can more easily debug unit tests in IDEs that support the Minitest framework, e.g., RubyMine.
One of the initial stumbling blocks for doing an upgrade is our
AppUnit
class and the call to therunner
method, which was removed in May of 2013 when minitest 5.0.0 was released:https://github.com/minitest/minitest/blob/master/History.rdoc#500--2013-05-10-
The text was updated successfully, but these errors were encountered: