res 1.2.3 → 1.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/res/formatters/ruby_cucumber2.rb +1 -1
- data/lib/res/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dcf73c2d31e4a4a6efe8416ab4a55578d9aa5917
|
4
|
+
data.tar.gz: b97d9c7d2861c7d38cc21b538edc8bf7fb0b4ba7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cceb20237589a154257dbeec297d8a538a9c75f2261a1c2d2d817d76fd016bf70a33710ee66e42f3ae4e1ddf8e5e265e9613e17594566d7db8d96a79738569e3
|
7
|
+
data.tar.gz: 63d21f4d44a2210595d374f2d4f6004145374b5f3e935c128b3750779731d0afd8b4dafac44da401a2edb2f05ef4e9c2ffb21c8e8b4ede45a492d96b95095e29
|
@@ -116,7 +116,7 @@ module Res
|
|
116
116
|
fail = @runtime.scenarios(:failed).select do |s|
|
117
117
|
[scenario_class, example_table_class].include?(s.class)
|
118
118
|
end.map do |s|
|
119
|
-
if s.location == feature_element.location
|
119
|
+
if s.location.file == feature_element.location.file
|
120
120
|
s
|
121
121
|
end
|
122
122
|
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.4
|
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: 2016-
|
13
|
+
date: 2016-04-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: json
|
@@ -128,8 +128,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
version: '0'
|
129
129
|
requirements: []
|
130
130
|
rubyforge_project:
|
131
|
-
rubygems_version: 2.4.
|
131
|
+
rubygems_version: 2.4.8
|
132
132
|
signing_key:
|
133
133
|
specification_version: 4
|
134
134
|
summary: Test Result report libraries
|
135
135
|
test_files: []
|
136
|
+
has_rdoc:
|