minitest-tagz 1.2.0 → 1.2.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.
- checksums.yaml +4 -4
- data/lib/minitest/tagz/version.rb +1 -1
- data/lib/minitest/tagz.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6b2d26f2dbef9d463864de697633cb38ae8635d
|
|
4
|
+
data.tar.gz: 13497e9e883dfeb136ae813041937fd768aefa81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a18dcedc67d18c9263106c0e502336644a7cf3a133fe7ca66d066525a95c7732fd37ce17e2dfb926ee6f6b2635e618e2f30565f4b270e83b0b1163770ee329f
|
|
7
|
+
data.tar.gz: 2579531e1b85d2c8a6435a3e1c5b9acd8f3731b2dc099f8193852946222040d03d4a3ea07fa2bd6bedf4081f2996298d698a55291001e27e661a54f6f182d637
|
data/lib/minitest/tagz.rb
CHANGED
|
@@ -39,7 +39,7 @@ module Minitest
|
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
41
|
if should_skip_filter
|
|
42
|
-
puts "Couldn't find any runnables with the given tag, running all runnables" if
|
|
42
|
+
puts "Couldn't find any runnables with the given tag, running all runnables" if Tagz.log_if_no_match?
|
|
43
43
|
return super
|
|
44
44
|
end
|
|
45
45
|
end
|