Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove abandoned test-unit-minitest gem in favor of minitest #147

Closed
jvendetti opened this issue May 24, 2022 · 1 comment
Closed

Remove abandoned test-unit-minitest gem in favor of minitest #147

jvendetti opened this issue May 24, 2022 · 1 comment

Comments

@jvendetti
Copy link
Member

The test block in the Gemfile has a dependency on test-unit-minitest, which appears to have been abandoned in 2015.

The test-unit-minitest gem requires minitest 4.7, which is very old (from 2013).

test-unit-minitest should be replaced in favor of using the latest version of minitest. One of the main motiviations for this is that RubyMine's support for minitest requires minitest version 5.0 or above. Our ability to use a decent IDE for debugging ontologies_linked_data code is adversely effected by the presence of the outdated test-unit-minitest gem.

@alexskr
Copy link
Member

alexskr commented Sep 13, 2023

resolved by #168

@alexskr alexskr closed this as completed Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants