mutant-rspec 0.7.4 → 0.7.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mutant/integration/rspec.rb +2 -2
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: affacc9c759f0940c332c14cf3217ec148cf52c2
|
4
|
+
data.tar.gz: ff7268c45eb4b01fa484b7a921c33b7baff9b525
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a744130f203e85ef920774afb8a0b12fc2a28fb0b0c31fd6028e6d08bd7b5fc312b4237e494371c93231fc7460331e6d5de1ece73343f88f256b82a61642efa
|
7
|
+
data.tar.gz: fe17d3f6d579f7cf033c882bea3915926ab54c4b7b8657a51aa2dd88ad12be1599a5d0d570b587e66867f85aa478caf941cef6269999eadbcaa8c52eef48f287
|
@@ -41,7 +41,7 @@ module Mutant
|
|
41
41
|
#
|
42
42
|
# @param [Enumerable<Mutant::Test>] tests
|
43
43
|
#
|
44
|
-
# @return [Test
|
44
|
+
# @return [Result::Test]
|
45
45
|
#
|
46
46
|
# @api private
|
47
47
|
#
|
@@ -54,7 +54,7 @@ module Mutant
|
|
54
54
|
passed = @runner.run_specs(RSpec.world.ordered_example_groups).equal?(EXIT_SUCCESS)
|
55
55
|
@output.rewind
|
56
56
|
Result::Test.new(
|
57
|
-
tests:
|
57
|
+
tests: tests,
|
58
58
|
output: @output.read,
|
59
59
|
runtime: Time.now - start,
|
60
60
|
passed: passed
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mutant-rspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Markus Schirp
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mutant
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.7.
|
19
|
+
version: 0.7.6
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.7.
|
26
|
+
version: 0.7.6
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rspec-core
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -96,8 +96,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
98
|
rubyforge_project:
|
99
|
-
rubygems_version: 2.
|
99
|
+
rubygems_version: 2.4.5
|
100
100
|
signing_key:
|
101
101
|
specification_version: 4
|
102
102
|
summary: Rspec integration for mutant
|
103
103
|
test_files: []
|
104
|
+
has_rdoc:
|