summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/minitest/autorun.rb5
-rw-r--r--test/lib/minitest/benchmark.rb5
-rw-r--r--test/lib/minitest/hell.rb5
-rw-r--r--test/lib/minitest/mock.rb5
-rw-r--r--test/lib/minitest/parallel_each.rb5
-rw-r--r--test/lib/minitest/pride.rb5
-rw-r--r--test/lib/minitest/spec.rb5
-rw-r--r--test/lib/minitest/unit.rb5
8 files changed, 0 insertions, 40 deletions
diff --git a/test/lib/minitest/autorun.rb b/test/lib/minitest/autorun.rb
index cb4a3a0e5d..392ffe25ef 100644
--- a/test/lib/minitest/autorun.rb
+++ b/test/lib/minitest/autorun.rb
@@ -1,9 +1,4 @@
# encoding: utf-8
-######################################################################
-# This file is imported from the minitest project.
-# DO NOT make modifications in this repo. They _will_ be reverted!
-# File a patch instead and assign it to Ryan Davis.
-######################################################################
begin
require 'rubygems'
diff --git a/test/lib/minitest/benchmark.rb b/test/lib/minitest/benchmark.rb
index e233282b0a..719eaddf3e 100644
--- a/test/lib/minitest/benchmark.rb
+++ b/test/lib/minitest/benchmark.rb
@@ -1,9 +1,4 @@
# encoding: utf-8
-######################################################################
-# This file is imported from the minitest project.
-# DO NOT make modifications in this repo. They _will_ be reverted!
-# File a patch instead and assign it to Ryan Davis.
-######################################################################
require 'minitest/unit'
require 'minitest/spec'
diff --git a/test/lib/minitest/hell.rb b/test/lib/minitest/hell.rb
index 827bf0e320..3a156b3d95 100644
--- a/test/lib/minitest/hell.rb
+++ b/test/lib/minitest/hell.rb
@@ -1,9 +1,4 @@
# encoding: utf-8
-######################################################################
-# This file is imported from the minitest project.
-# DO NOT make modifications in this repo. They _will_ be reverted!
-# File a patch instead and assign it to Ryan Davis.
-######################################################################
require "minitest/parallel_each"
diff --git a/test/lib/minitest/mock.rb b/test/lib/minitest/mock.rb
index a5b0f602f5..19acaff68e 100644
--- a/test/lib/minitest/mock.rb
+++ b/test/lib/minitest/mock.rb
@@ -1,9 +1,4 @@
# encoding: utf-8
-######################################################################
-# This file is imported from the minitest project.
-# DO NOT make modifications in this repo. They _will_ be reverted!
-# File a patch instead and assign it to Ryan Davis.
-######################################################################
class MockExpectationError < StandardError; end # :nodoc:
diff --git a/test/lib/minitest/parallel_each.rb b/test/lib/minitest/parallel_each.rb
index e1020b35a0..07e4e20179 100644
--- a/test/lib/minitest/parallel_each.rb
+++ b/test/lib/minitest/parallel_each.rb
@@ -1,9 +1,4 @@
# encoding: utf-8
-######################################################################
-# This file is imported from the minitest project.
-# DO NOT make modifications in this repo. They _will_ be reverted!
-# File a patch instead and assign it to Ryan Davis.
-######################################################################
##
# Provides a parallel #each that lets you enumerate using N threads.
diff --git a/test/lib/minitest/pride.rb b/test/lib/minitest/pride.rb
index 40c35394fa..a7ae42ebde 100644
--- a/test/lib/minitest/pride.rb
+++ b/test/lib/minitest/pride.rb
@@ -1,9 +1,4 @@
# encoding: utf-8
-######################################################################
-# This file is imported from the minitest project.
-# DO NOT make modifications in this repo. They _will_ be reverted!
-# File a patch instead and assign it to Ryan Davis.
-######################################################################
require "minitest/unit"
diff --git a/test/lib/minitest/spec.rb b/test/lib/minitest/spec.rb
index d91fccf5bc..1250a56927 100644
--- a/test/lib/minitest/spec.rb
+++ b/test/lib/minitest/spec.rb
@@ -1,9 +1,4 @@
# encoding: utf-8
-######################################################################
-# This file is imported from the minitest project.
-# DO NOT make modifications in this repo. They _will_ be reverted!
-# File a patch instead and assign it to Ryan Davis.
-######################################################################
#!/usr/bin/ruby -w
diff --git a/test/lib/minitest/unit.rb b/test/lib/minitest/unit.rb
index 465e5b4c98..9b9b9e99ce 100644
--- a/test/lib/minitest/unit.rb
+++ b/test/lib/minitest/unit.rb
@@ -1,9 +1,4 @@
# encoding: utf-8
-######################################################################
-# This file is imported from the minitest project.
-# DO NOT make modifications in this repo. They _will_ be reverted!
-# File a patch instead and assign it to Ryan Davis.
-######################################################################
require "optparse"
require "rbconfig"