mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/lib/minitest: Remove comments not appropriate now.
* test/minitest: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
938273f007
commit
bdf98fc627
14 changed files with 6 additions and 65 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Sat May 24 14:59:12 2014 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* test/lib/minitest: Remove comments not appropriate now.
|
||||||
|
|
||||||
|
* test/minitest: Ditto.
|
||||||
|
|
||||||
Sat May 24 14:02:04 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
Sat May 24 14:02:04 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
* NEWS: added minitest changes.
|
* NEWS: added minitest changes.
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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
|
begin
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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/unit'
|
||||||
require 'minitest/spec'
|
require 'minitest/spec'
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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"
|
require "minitest/parallel_each"
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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:
|
class MockExpectationError < StandardError; end # :nodoc:
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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.
|
# Provides a parallel #each that lets you enumerate using N threads.
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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/unit"
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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
|
#!/usr/bin/ruby -w
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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 "optparse"
|
||||||
require "rbconfig"
|
require "rbconfig"
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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 'tempfile'
|
require 'tempfile'
|
||||||
require 'stringio'
|
require 'stringio'
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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/autorun'
|
require 'minitest/autorun'
|
||||||
require 'minitest/benchmark'
|
require 'minitest/benchmark'
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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/autorun'
|
require 'minitest/autorun'
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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.
|
|
||||||
######################################################################
|
|
||||||
|
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
require "minitest/autorun"
|
require "minitest/autorun"
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# encoding: utf-8
|
# 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 'pathname'
|
require 'pathname'
|
||||||
require 'minitest/metametameta'
|
require 'minitest/metametameta'
|
||||||
|
|
Loading…
Add table
Reference in a new issue