res 1.2.21 → 1.2.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa47591e6555761400892799664608c6d0f9ba64
4
- data.tar.gz: 08f5b36d7700f282b9cead800f73dd9cfa180ed9
3
+ metadata.gz: 3d2dc809988e475d4c6926be6e7f4c29bc21847d
4
+ data.tar.gz: 8c257d8ed722a345f392638383faef2dc1a6c9dd
5
5
  SHA512:
6
- metadata.gz: d9adc025bf775ed2aa7156809b6c76622ae44207cd4c157410032be3762c085167cd1266687b6d79867fedf97ff59cc1b68e1981ec93848c5ac7ad9c8e9ecc6f
7
- data.tar.gz: b72e8249710b3a40344c15aae8d6729eac09ce9cb7f301564ba2baee653620eee14fd9bc45a06c44994c3a95e1d2fbe27ce5dce23b921edb2e50201e6fc9b9b1
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
@@ -1,3 +1,3 @@
1
1
  module Res
2
- VERSION = '1.2.21'
2
+ VERSION = '1.2.22'
3
3
  end
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.21
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-04-19 00:00:00.000000000 Z
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.8
131
+ rubygems_version: 2.6.11
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Test Result report libraries