Sha256: 0e1a292780eeea7f8708e7c945dab59c8b0740155418c489429f3fe760e9b805
Contents?: true
Size: 349 Bytes
Versions: 35
Compression:
Stored size: 349 Bytes
Contents
require 'rspec/expectations' Minitest::Test.class_eval do include ::RSpec::Matchers def expect(*a, &b) assert(true) # so each expectation gets counted in minitest's assertion stats super end end module RSpec module Expectations remove_const :ExpectationNotMetError ExpectationNotMetError = ::Minitest::Assertion end end
Version data entries
35 entries across 32 versions & 9 rubygems