Skip to content

Add minitest to Gemfile. Fix #3826

gitlab-qa-bot requested to merge github/fork/axilleas/minitest-fix into master

Created by: axilleas

There are occasions where minitest is not bundled in packaged versions of ruby that some OSes distribute (eg Fedora). Adding minitest to Gemfile ensures that it gets loaded and tests can run.

Merge request reports