summaryrefslogtreecommitdiffstats
path: root/lib/minitest
Commit message (Collapse)AuthorAgeFilesLines
* * Reverts r21598 and r21599 because the original behavior isyugui2009-01-201-6/+0
| | | | | | intentional. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/minitest/unit.rb: temporarily merges Kouji's patch withoutyugui2009-01-161-1/+1
| | | | | | | | maintainer's permission in order to release 1.9.1 RC2. [ruby-core:21364] . Patch by Takao Kouji <kouji AT takao7.net>. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/minitest/test_mini_test.rb: the number of assertions must beyugui2009-01-161-0/+6
| | | | | | | | | | exactly equal to the number of assertion method calls that the end-user would write. [ruby-dev:37703] * lib/minitest/unit.rb: ditto. Patch by David Flanagan <david AT davidflanagan.com>. [ruby-core:21350] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merges r21188 from trunk into ruby_1_9_1.yugui2008-12-301-2/+2
| | | | | | Imported minitest 1.3.1 r4506. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merges r21104 from trunk into ruby_1_9_1.yugui2008-12-282-9/+14
| | | | | | * Imported minitest 1.3.1 r4505. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merges r20798 and r20800 from trunk into ruby_1_9_1.yugui2008-12-261-1/+1
| | | | | | | * lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of): should assert by instance_of?, not ===. [ruby-dev:37458] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* reverts r20713yugui2008-12-141-6/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merges r20713 from trunk into ruby_1_9_1.yugui2008-12-131-2/+6
| | | | | | | | * lib/minitest/test.rb (MinTest::Unit#location): skips user-defined assertions as MiniTest's. e.g. for test/ruby/test_m17n.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merges r20686 from trunk into ruby_1_9_1.yugui2008-12-132-7/+14
| | | | | | Imported minitest 1.3.2 r4503. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merges r20288 from trunk into ruby_1_9_1.yugui2008-11-221-5/+5
| | | | | | | * lib/minitest/unit.rb (MiniTest::Assertions#capture_io): adjust indentation to shut up warning. [ruby-core:19993] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan2008-10-251-10/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Pulled minitest r4373ryan2008-10-151-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added minitest 1.3.0ryan2008-10-103-0/+613
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e