require 'minitest/spec' module Test module Unit class TestCase < ::MiniTest::Spec MINI_SPECUNIT = true end end end