res 1.2.21 → 1.2.22
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/res/formatters/ruby_cucumber2.rb +1 -1
- data/lib/res/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d2dc809988e475d4c6926be6e7f4c29bc21847d
|
|
4
|
+
data.tar.gz: 8c257d8ed722a345f392638383faef2dc1a6c9dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7cc0c951272ac89569770f78ed0d33e11de5babcd987e34598dafeef736ae03ad058d863a7e206c53438950cac0f23eb958f148cae0a551280c73a9f4d3ca81
|
|
7
|
+
data.tar.gz: 78484f4592569234b1c2ddae78cd36c7e067fd91b77c6190f71c2afd2928c6b179c827e0dc2697e4afb143d59b3c18c0ecba7d2101ac8ccf7738fb387897bd6e
|
|
@@ -120,7 +120,7 @@ module Res
|
|
|
120
120
|
fail = @runtime.scenarios(:failed).select do |s|
|
|
121
121
|
[scenario_class, example_table_class].include?(s.class)
|
|
122
122
|
end.map do |s|
|
|
123
|
-
if s.location.file == feature_element.location.file
|
|
123
|
+
if s.location.lines == feature_element.location.lines and s.location.file == feature_element.location.file
|
|
124
124
|
s
|
|
125
125
|
end
|
|
126
126
|
end
|
data/lib/res/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: res
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BBC
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2017-
|
|
13
|
+
date: 2017-07-14 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: json
|
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
version: '0'
|
|
129
129
|
requirements: []
|
|
130
130
|
rubyforge_project:
|
|
131
|
-
rubygems_version: 2.6.
|
|
131
|
+
rubygems_version: 2.6.11
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 4
|
|
134
134
|
summary: Test Result report libraries
|