mutant-minitest 0.11.18 → 0.11.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mutant/integration/minitest.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee02b9463273a077b0a2af6a189f6075791d809168212310c1c420d6b28f320a
|
|
4
|
+
data.tar.gz: 3747668b7a0819d789a09f52cdac824e6758d96078b62dcea8f4a7ece9e9a698
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '095c2d4aaec25a0378e77fb456c83066a0d906932d929504e6a45998f2242e029ec4ffbae0c45e8c14d5f05b7414c54770a47e4119c338827a084288cace7749'
|
|
7
|
+
data.tar.gz: 49d6f2f97cb0f33c0dcb87115f7c9bd205cd8e3a297d3f4c175ab2956c7c2ec1663c6c7a518ab0c0a100330af147432e793488a1cfa8f3d34a3874828c51681c
|
|
@@ -29,7 +29,7 @@ module Mutant
|
|
|
29
29
|
#
|
|
30
30
|
# This looks actually like a missing object on minitest implementation.
|
|
31
31
|
class TestCase
|
|
32
|
-
include Adamantium,
|
|
32
|
+
include Adamantium, Anima.new(:klass, :test_method)
|
|
33
33
|
|
|
34
34
|
# Identification string
|
|
35
35
|
#
|
|
@@ -150,7 +150,7 @@ module Mutant
|
|
|
150
150
|
end
|
|
151
151
|
|
|
152
152
|
def test_case(runnable)
|
|
153
|
-
runnable.runnable_methods.map { |method| TestCase.new(runnable, method) }
|
|
153
|
+
runnable.runnable_methods.map { |method| TestCase.new(klass: runnable, test_method: method) }
|
|
154
154
|
end
|
|
155
155
|
end # Minitest
|
|
156
156
|
end # Integration
|
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.11.
|
|
4
|
+
version: 0.11.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Markus Schirp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-06 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.11.
|
|
33
|
+
version: 0.11.19
|
|
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.11.
|
|
40
|
+
version: 0.11.19
|
|
41
41
|
description: Minitest integration for mutant
|
|
42
42
|
email:
|
|
43
43
|
- mbj@schirp-dso.com
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.
|
|
72
|
+
rubygems_version: 3.4.10
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Minitest integration for mutant
|