minitest 2.8.0 → 2.8.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 +1 -3
- data/History.txt +6 -0
- data/lib/minitest/unit.rb +13 -1
- metadata +4 -4
- metadata.gz.sig +1 -1
data.tar.gz.sig
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
|
-
|
|
2
|
-
�qk�gQ糨'!G7�ʮ5O��{!(G��$Ә>��H�2
|
|
3
|
-
j��S\��@G�<���0�롞\��7/���G�m�PkH�
|
|
1
|
+
U�'����7�!�k^ֲ���G��s�;��}����a�m�dYh[����Y;��`^�����O/��t��J6�d"%��;hr���ۙ�~������~Z����t:^����?"��wU���j��^���Q���6��'���u�ɏ�ܥc�����}56J4!T/�9T㣚����U��G(1�I�- ��{��h^���CU��_�xj�boD*ф=�ܡ)�dW�#������t_^�V<3{�:
|
data/History.txt
CHANGED
data/lib/minitest/unit.rb
CHANGED
|
@@ -8,6 +8,18 @@ require 'rbconfig'
|
|
|
8
8
|
|
|
9
9
|
module MiniTest
|
|
10
10
|
|
|
11
|
+
def self.const_missing name # :nodoc:
|
|
12
|
+
case name
|
|
13
|
+
when :MINI_DIR then
|
|
14
|
+
msg = "MiniTest::MINI_DIR was removed. Don't violate other's internals."
|
|
15
|
+
warn "WAR\NING: #{msg}"
|
|
16
|
+
warn "WAR\NING: Used by #{caller.first}."
|
|
17
|
+
const_set :MINI_DIR, "bad value"
|
|
18
|
+
else
|
|
19
|
+
super
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
|
|
11
23
|
##
|
|
12
24
|
# Assertion base class
|
|
13
25
|
|
|
@@ -629,7 +641,7 @@ module MiniTest
|
|
|
629
641
|
end
|
|
630
642
|
|
|
631
643
|
class Unit
|
|
632
|
-
VERSION = "2.8.
|
|
644
|
+
VERSION = "2.8.1" # :nodoc:
|
|
633
645
|
|
|
634
646
|
attr_accessor :report, :failures, :errors, :skips # :nodoc:
|
|
635
647
|
attr_accessor :test_count, :assertion_count # :nodoc:
|
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: 45
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 2.8.
|
|
9
|
+
- 1
|
|
10
|
+
version: 2.8.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: 2011-11-
|
|
39
|
+
date: 2011-11-17 00:00:00 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rdoc
|
metadata.gz.sig
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
_������iXpd�y�+L�/.��CO!^9%��t>�w9�O�n�67�i
|