minitest-allow 1.2.1 → 1.2.2
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/History.rdoc +6 -0
- data/allow.yml +1 -0
- data/lib/minitest/allow_plugin.rb +4 -2
- data/test/minitest/test_allow_plugin.rb +5 -0
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16c4cd0305f4340a7b8a948ddf81ab474389da5c1ee31e5b3a7a928cbdb877c7
|
|
4
|
+
data.tar.gz: 072e6a2a88033153ddeaa5cbd0790fb2eea50f15a0a109ec32f6080b34cacaf8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a99f0cf46cc6831b643fcc8cbfcb6aae763fc4ae2384f829fc83e4fb5f2c0a2deb1082dcbe549c31501c8e62e3bdfd9e6c6545b0338dc316b7435dc73ff9b1d
|
|
7
|
+
data.tar.gz: 3b0e6200c3f493fc9e3800c3b8559f74b37434d810993109bfd6e47685d65b08e3d9448b2572c69de8a6e0db1271cf82f805f1f69b3265651cec6bd1435491cd
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/History.rdoc
CHANGED
data/allow.yml
CHANGED
|
@@ -41,7 +41,7 @@ module Minitest
|
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
module Allow
|
|
44
|
-
VERSION = "1.2.
|
|
44
|
+
VERSION = "1.2.2"
|
|
45
45
|
|
|
46
46
|
attr_accessor :allow, :allow_save, :allow_seen
|
|
47
47
|
|
|
@@ -107,7 +107,9 @@ module Minitest
|
|
|
107
107
|
# if hit by regex, then we want to report it as "good" so
|
|
108
108
|
# the name gets removed from the allow list:
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
# the same goes for when the test is listed as bad but is now skipped:
|
|
111
|
+
|
|
112
|
+
hit[name] = true if by_name && !by_regx && !r.skipped?
|
|
111
113
|
|
|
112
114
|
by_name || by_regx
|
|
113
115
|
}
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minitest-allow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Davis
|
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
|
29
29
|
JFmxn4h9YO/pVdB962BdBNNDia0kgIjI3ENnkLq0dKpYU3+F3KhEuTksLO0L6X/V
|
|
30
30
|
YsuyUzsMz6GQA4khyaMgKNSD
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date: 2022-
|
|
32
|
+
date: 2022-08-24 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: minitest
|
metadata.gz.sig
CHANGED
|
Binary file
|