mutant-minitest 0.9.4 → 0.9.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/lib/mutant/integration/minitest.rb +1 -4
- data/lib/mutant/minitest/coverage.rb +0 -5
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f671536025387526814fe5902499775bd9fdaf320c33684514eeeb4e3d9a5146
|
4
|
+
data.tar.gz: 42dccdf1961ebd5c6f659a3c8ad9cef01fe9d7020cf58f2b6018329714d56eac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51d4399cf8cf680f72c5065cfbb85366d41991f5f3bf0a9041517e5493800f2bd194985962386503136c3d2ef0f294f432d60765c7b4c79239bc994d2b880b9d
|
7
|
+
data.tar.gz: 88de7c07f614b595ea1d46b0f7560f8856ca7414b66a109e4f047ec98326c1df86cfe4156b5ae6cba6b882b6c16b58025ac2c63978868721ebc57b9a3ca046c0
|
data/LICENSE
CHANGED
@@ -116,7 +116,7 @@ the net income of Schirp DSO LTD).
|
|
116
116
|
|
117
117
|
6. Support, Maintenance and Services. Subject to the terms and conditions of
|
118
118
|
this Agreement, as set forth in your invoice, and as set forth on the Mutant
|
119
|
-
support page (https://github.com/mbj/mutant/
|
119
|
+
support page (https://github.com/mbj/mutant/blob/master/docs/commercial-support.md)
|
120
120
|
support and maintenance services may be included with the purchase of your
|
121
121
|
license subscription.
|
122
122
|
|
@@ -79,7 +79,7 @@ module Mutant
|
|
79
79
|
#
|
80
80
|
# @return [Result::Test]
|
81
81
|
#
|
82
|
-
# rubocop:disable MethodLength
|
82
|
+
# rubocop:disable Metrics/MethodLength
|
83
83
|
#
|
84
84
|
# ignore :reek:TooManyStatements
|
85
85
|
def call(tests)
|
@@ -115,9 +115,6 @@ module Mutant
|
|
115
115
|
|
116
116
|
private
|
117
117
|
|
118
|
-
# The index of all tests to runnable test cases
|
119
|
-
#
|
120
|
-
# @return [Hash<Test,TestCase>]
|
121
118
|
def all_tests_index
|
122
119
|
all_test_cases.each_with_object({}) do |test_case, index|
|
123
120
|
index[construct_test(test_case)] = test_case
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mutant-minitest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Markus Schirp
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.9.
|
33
|
+
version: 0.9.14
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.9.
|
40
|
+
version: 0.9.14
|
41
41
|
description: Minitest integration for mutant
|
42
42
|
email:
|
43
43
|
- mbj@schirp-dso.com
|
@@ -53,7 +53,7 @@ homepage: https://github.com/mbj/mutant
|
|
53
53
|
licenses:
|
54
54
|
- Nonstandard
|
55
55
|
metadata: {}
|
56
|
-
post_install_message:
|
56
|
+
post_install_message:
|
57
57
|
rdoc_options: []
|
58
58
|
require_paths:
|
59
59
|
- lib
|
@@ -68,8 +68,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '0'
|
70
70
|
requirements: []
|
71
|
-
rubygems_version: 3.
|
72
|
-
signing_key:
|
71
|
+
rubygems_version: 3.1.4
|
72
|
+
signing_key:
|
73
73
|
specification_version: 4
|
74
74
|
summary: Minitest integration for mutant
|
75
75
|
test_files: []
|