rspec-simplecov 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rspec/simplecov/setup.rb +3 -1
- data/lib/rspec/simplecov/version.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: 7eeb40705cff5bca633241c0eec1ceaf7b783d0d
|
4
|
+
data.tar.gz: fa68b6d5efb8490801264c26fb4d884daff15e1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d0b53f5d3e1ed301710800b0f7938f4e61606dc136344156f1672c99276b6cc26e07d939dc2efacdf0343a452556369d1d0e54405596749bf4df1d293a8282b
|
7
|
+
data.tar.gz: ab55a4cb595308e88142c9bb8711acb8264cc14a5583cf65a16eb9a62a68b5bc14e9e1c67b58e09c277ab8d15add6d1ae6e0206581bdd66e6d8b4229c17a6098
|
@@ -44,7 +44,9 @@ module RSpec
|
|
44
44
|
coverage_example_group.metadata[ :rerun_file_path ] = configuration.caller_path
|
45
45
|
coverage_example_group.metadata[ :file_path ] = configuration.caller_path
|
46
46
|
|
47
|
-
coverage_example.execution_result.exception
|
47
|
+
if coverage_example.execution_result.exception
|
48
|
+
coverage_example.execution_result.exception.backtrace.push( *configuration.backtrace )
|
49
|
+
end
|
48
50
|
|
49
51
|
# Evaluate the result
|
50
52
|
passed = coverage_example.execution_result.status == :passed
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-simplecov
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonas Schubert Erlandsson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-08-
|
11
|
+
date: 2015-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|