single_cov 0.5.3 → 0.5.4
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/single_cov/version.rb +1 -1
- data/lib/single_cov.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea63cb8198feba0bbfafe44cbb3499810b6a1595
|
|
4
|
+
data.tar.gz: 0830c6d507289d55b800f5fa1efa2025b6987828
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f23716b380841a5d80c986a20870cee004a66d3464a4d8ee3317ef97a5ad972fd0c282a0838c31e56322bfcb795a7cf7b1043e89dc12474538d77f0c228823df
|
|
7
|
+
data.tar.gz: f29e4220e787e5d66837f06095e70018d3f188857e52ab48e6386a70068b5350b6ce7138b628dc08725d969679b903a2299e1b4c0453284bf1e135d5554afabd
|
data/lib/single_cov/version.rb
CHANGED
data/lib/single_cov.rb
CHANGED
|
@@ -219,7 +219,7 @@ module SingleCov
|
|
|
219
219
|
def warn_about_no_coverage(file)
|
|
220
220
|
if $LOADED_FEATURES.include?("#{root}/#{file}")
|
|
221
221
|
# we cannot enforce $LOADED_FEATURES during covered! since it would fail when multiple files are loaded
|
|
222
|
-
"#{file} was expected to be covered, but already loaded before tests started."
|
|
222
|
+
"#{file} was expected to be covered, but was already loaded before tests started, which makes it uncoverable."
|
|
223
223
|
else
|
|
224
224
|
"#{file} was expected to be covered, but never loaded."
|
|
225
225
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: single_cov
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Grosser
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: michael@grosser.it
|