mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Move core_assertions.rb from test/unit
This file contains extended assertions for ruby core which do not belong to test/unit.
This commit is contained in:
parent
b32ae9898f
commit
690385014a
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ module Test
|
|||
|
||||
module CoreAssertions
|
||||
if defined?(MiniTest)
|
||||
require_relative '../../envutil'
|
||||
require_relative 'envutil'
|
||||
# for ruby core testing
|
||||
include MiniTest::Assertions
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
require 'minitest/unit'
|
||||
require 'test/unit/core_assertions'
|
||||
require_relative '../../core_assertions'
|
||||
require 'pp'
|
||||
|
||||
module Test
|
||||
|
|
Loading…
Add table
Reference in a new issue