ncbo / ontologies_api

Hypermedia API for NCBO's ontology-related projects
http://data.bioontology.org
Other
25 stars 10 forks source link

Upgrade minitest gem from 4.7.5 to the latest 5.x #113

Open jvendetti opened 1 year ago

jvendetti commented 1 year ago

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:

https://github.com/minitest/minitest/blob/master/History.rdoc#500--2013-05-10-