lib/test/unit/assertions.rb



require 'minitest/spec'

module Test
  module Unit
    Assertions = ::MiniTest::Assertions
  end
end