Skip to content

Add integration with expect methods defined in minitest 5.6+

Created by: robotfelix

Fixes issue #931 (closed).

Integration defines #to, #not_to and #to_not methods on Minitest::Expectation, which creates a new RSpec::Mocks::ExpectationTarget instance and calls the relevant method on it.

Merge request reports