minitest_tu_shim 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ A���H��s���~+ܜ[��[����_��Vr]׌�x_�m �QH��
@@ -1,3 +1,13 @@
1
+ === 1.3.1 / 2009-06-23
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * Updated for new hoe capabilities.
6
+
7
+ * 1 bug fix:
8
+
9
+ * Fixed stale tests
10
+
1
11
  === 1.3.0 / 2008-10-09
2
12
 
3
13
  * 1 major enhancement:
data/README.txt CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  == DESCRIPTION:
6
6
 
7
- minitest_te_shim bridges the gap between the small and fast minitest
7
+ minitest_tu_shim bridges the gap between the small and fast minitest
8
8
  and ruby's huge and slow test/unit.
9
9
 
10
10
  == FEATURES/PROBLEMS:
data/Rakefile CHANGED
@@ -9,12 +9,14 @@ Hoe.add_include_dirs "../../minitest/dev/lib", "lib"
9
9
 
10
10
  require 'test/unit/testcase'
11
11
 
12
- Hoe.new('minitest_tu_shim', Test::Unit::TestCase::VERSION) do |shim|
13
- shim.rubyforge_name = "bfts"
12
+ Hoe.plugin :perforce, :email # can't do minitest, so no seattlerb wrapper
14
13
 
15
- shim.developer('Ryan Davis', 'ryand-ruby@zenspider.com')
14
+ Hoe.spec 'minitest_tu_shim' do
15
+ developer 'Ryan Davis', 'ryand-ruby@zenspider.com'
16
16
 
17
- shim.extra_deps << 'minitest'
17
+ self.rubyforge_name = "bfts"
18
+
19
+ extra_deps << 'minitest'
18
20
  end
19
21
 
20
- # vim: syntax=Ruby
22
+ # vim: syntax=ruby
@@ -12,7 +12,7 @@ module Test::Unit # was ::Mini::Test, but rails' horrid code forced my hand
12
12
 
13
13
  class TestCase < ::MiniTest::Unit::TestCase
14
14
 
15
- VERSION = '1.3.0'
15
+ VERSION = '1.3.1'
16
16
 
17
17
  tu_deprecate :method_name, :name # 2009-06-01
18
18
 
@@ -420,7 +420,7 @@ class TestMiniTestTestCase < MiniTest::Unit::TestCase
420
420
  end
421
421
 
422
422
  def test_assert_includes_triggered
423
- @assertion_count = 4
423
+ @assertion_count = 3
424
424
 
425
425
  e = @tc.assert_raises MiniTest::Assertion do
426
426
  @tc.assert_includes [true], false
@@ -457,7 +457,7 @@ class TestMiniTestTestCase < MiniTest::Unit::TestCase
457
457
 
458
458
  def test_assert_match_triggered
459
459
  @assertion_count = 2
460
- util_assert_triggered 'Expected /\d+/ to match "blah blah blah".' do
460
+ util_assert_triggered 'Expected "blah blah blah" to match /\d+/.' do
461
461
  @tc.assert_match "blah blah blah", /\d+/
462
462
  end
463
463
  end
@@ -483,16 +483,12 @@ class TestMiniTestTestCase < MiniTest::Unit::TestCase
483
483
  end
484
484
 
485
485
  def test_assert_raises
486
- @assertion_count = 2
487
-
488
486
  @tc.assert_raises RuntimeError do
489
487
  raise "blah"
490
488
  end
491
489
  end
492
490
 
493
491
  def test_assert_raises_triggered_different
494
- @assertion_count = 2
495
-
496
492
  e = assert_raises MiniTest::Assertion do
497
493
  @tc.assert_raises RuntimeError do
498
494
  raise SyntaxError, "icky"
@@ -727,7 +723,7 @@ Expected [RuntimeError] to include SyntaxError."
727
723
  end
728
724
 
729
725
  def test_refute_includes_triggered
730
- @assertion_count = 4
726
+ @assertion_count = 3
731
727
 
732
728
  e = @tc.assert_raises MiniTest::Assertion do
733
729
  @tc.refute_includes [true], true
@@ -758,11 +754,15 @@ Expected [RuntimeError] to include SyntaxError."
758
754
  end
759
755
 
760
756
  def test_refute_match
757
+ @assertion_count = 2
758
+
761
759
  @tc.refute_match "blah blah blah", /\d+/
762
760
  end
763
761
 
764
762
  def test_refute_match_triggered
765
- util_assert_triggered 'Expected /\w+/ to not match "blah blah blah".' do
763
+ @assertion_count = 2
764
+
765
+ util_assert_triggered 'Expected "blah blah blah" to not match /\w+/.' do
766
766
  @tc.refute_match "blah blah blah", /\w+/
767
767
  end
768
768
  end
metadata CHANGED
@@ -1,15 +1,36 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest_tu_shim
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain: []
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
14
+ ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
15
+ GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE
16
+ AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
17
+ JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
18
+ b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
19
+ taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
20
+ oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
21
+ GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
22
+ qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
23
+ gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
24
+ HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
25
+ AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m
26
+ vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/
27
+ w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0
28
+ l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl
29
+ n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T
30
+ FBHgymkyj/AOSqKRIpXPhjC6
31
+ -----END CERTIFICATE-----
11
32
 
12
- date: 2008-10-09 00:00:00 -07:00
33
+ date: 2009-06-23 00:00:00 -07:00
13
34
  default_executable:
14
35
  dependencies:
15
36
  - !ruby/object:Gem::Dependency
@@ -30,9 +51,11 @@ dependencies:
30
51
  requirements:
31
52
  - - ">="
32
53
  - !ruby/object:Gem::Version
33
- version: 1.8.0
54
+ version: 2.3.0
34
55
  version:
35
- description: minitest_te_shim bridges the gap between the small and fast minitest and ruby's huge and slow test/unit.
56
+ description: |-
57
+ minitest_tu_shim bridges the gap between the small and fast minitest
58
+ and ruby's huge and slow test/unit.
36
59
  email:
37
60
  - ryand-ruby@zenspider.com
38
61
  executables:
@@ -58,6 +81,8 @@ files:
58
81
  - test/test_mini_test.rb
59
82
  has_rdoc: true
60
83
  homepage: http://rubyforge.org/projects/bfts
84
+ licenses: []
85
+
61
86
  post_install_message:
62
87
  rdoc_options:
63
88
  - --main
@@ -79,9 +104,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
104
  requirements: []
80
105
 
81
106
  rubyforge_project: bfts
82
- rubygems_version: 1.3.0
107
+ rubygems_version: 1.3.4
83
108
  signing_key:
84
- specification_version: 2
85
- summary: minitest_te_shim bridges the gap between the small and fast minitest and ruby's huge and slow test/unit.
109
+ specification_version: 3
110
+ summary: minitest_tu_shim bridges the gap between the small and fast minitest and ruby's huge and slow test/unit.
86
111
  test_files:
87
112
  - test/test_mini_test.rb
@@ -0,0 +1,2 @@
1
+ vT�[F4�@��@��������Bvˢ)��������T�K���G�J-e�T���LmmK.����c:�0Ya�Jԇ���v?B� ~�O�@����w`nL,q�H�q��E� w�y{�C� p����ަ��Yɦ����B�퐀w�"ǡڼ�P����8wc~�pl�5*3����X{��� L@o�FRϊX�$%
2
+ �|!f;)7:Y��Hי�Dv��q�� �a�YZ�b�" �^]8����bA<�]J���EL