minitest 4.6.0 → 4.6.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.
- data.tar.gz.sig +0 -0
- data/History.txt +6 -0
- data/lib/minitest/unit.rb +3 -2
- metadata +4 -4
- metadata.gz.sig +2 -1
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
data/lib/minitest/unit.rb
CHANGED
|
@@ -726,7 +726,7 @@ module MiniTest
|
|
|
726
726
|
end
|
|
727
727
|
|
|
728
728
|
class Unit # :nodoc:
|
|
729
|
-
VERSION = "4.6.
|
|
729
|
+
VERSION = "4.6.1" # :nodoc:
|
|
730
730
|
|
|
731
731
|
attr_accessor :report, :failures, :errors, :skips # :nodoc:
|
|
732
732
|
attr_accessor :test_count, :assertion_count # :nodoc:
|
|
@@ -1041,7 +1041,8 @@ module MiniTest
|
|
|
1041
1041
|
# Top level driver, controls all output and filtering.
|
|
1042
1042
|
|
|
1043
1043
|
def _run args = []
|
|
1044
|
-
|
|
1044
|
+
args = process_args args # ARGH!! blame test/unit process_args
|
|
1045
|
+
self.options.merge! args
|
|
1045
1046
|
|
|
1046
1047
|
puts "Run options: #{help}"
|
|
1047
1048
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minitest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 37
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 4
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 4.6.
|
|
9
|
+
- 1
|
|
10
|
+
version: 4.6.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Davis
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
FBHgymkyj/AOSqKRIpXPhjC6
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
38
|
|
|
39
|
-
date: 2013-02-
|
|
39
|
+
date: 2013-02-15 00:00:00 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rdoc
|
metadata.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
��<�3m��/~�E��Ys�7Dw�o(&֣m�
|
|
2
|
+
�J�F��K�ϩ��R��!"0��cK��l��A�c7���5��&�z�[4G��9t�Z2�-�*UU�S��Z6%ǠY����^76�t.�"Q�)�����~�a61:�b��ZQ���4�\�I���0�~.#�������.x�����D,a��I��3d����WB�Ck9d�Ҏ����w���k�97�;:�YV��Xj��E�*6��[�S
|