Skip to content

Minitest Is Always Required

gitlab-qa-bot requested to merge github/fork/fandingo/minitest-required into master

Created by: fandingo

In Gitlab 5.3, minitest is required even when running in production mode. The previous GemFile only included it for test and development modes.

This is generally not a problem when the Ruby install contains Minitest, but some systems do not.

Merge request reports