ruby-filemagic icon indicating copy to clipboard operation
ruby-filemagic copied to clipboard

Default to using test-unit gem even if minitest_tu_shim is installed

Open joast opened this issue 3 years ago • 0 comments

Force test-unit gem to be used unless "USE_TEST_UNIT=no" is set in the environment. If "USE_TEST_UNIT=no" is set in the environment and minitest_tu_shim is installed, then minitest will be used instead of test-unit. If minitest_tu_shim isn't installed, then the environment variable doesn't matter and test-unit will be used.

joast avatar Sep 16 '22 21:09 joast