mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed minitest/autorun
This commit is contained in:
parent
8ab2afb20b
commit
5a0b89de32
4 changed files with 1 additions and 17 deletions
|
@ -1,14 +0,0 @@
|
|||
# encoding: utf-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
begin
|
||||
require 'rubygems'
|
||||
gem 'minitest'
|
||||
rescue Gem::LoadError
|
||||
# do nothing
|
||||
end
|
||||
|
||||
require 'minitest/unit'
|
||||
require 'minitest/mock'
|
||||
|
||||
MiniTest::Unit.autorun
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
require 'tempfile'
|
||||
require 'stringio'
|
||||
require 'minitest/autorun'
|
||||
|
||||
class MiniTest::Unit::TestCase
|
||||
def clean s
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# encoding: utf-8
|
||||
# frozen_string_literal: false
|
||||
|
||||
require 'minitest/autorun'
|
||||
require 'minitest/benchmark'
|
||||
|
||||
##
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# encoding: utf-8
|
||||
# frozen_string_literal: false
|
||||
|
||||
require 'minitest/autorun'
|
||||
require 'minitest/mock'
|
||||
|
||||
class TestMiniTestMock < MiniTest::Unit::TestCase
|
||||
def setup
|
||||
|
|
Loading…
Add table
Reference in a new issue