#minitest

Configure Minitest with Gitlab CI and Rails

Published by Prabin Poudel 13 min read
cover: Configure Minitest with Gitlab CI and Rails
Running tests in CI is a very important step to make sure there are no breaking changes in the new code. Today we will look at configuring Gitlab CI to run tests for Ruby on Rails applications written with Minitest.