Skip to content

Add proper minitest integration.

gitlab-qa-bot requested to merge myron/add-minitest-integration into master

Created by: myronmarston

require 'rspec/mocks/minitest_integration' will configure minitest to work properly with rspec-mocks.

This also deals with the addition of expect to Minitest::Spec 5.6+.

Fixes #931 (closed).

Merge request reports