mutant-rspec 0.5.20 → 0.5.21
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/TODO +0 -10
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 064467b2c0694b44ad583fc3d479b9220b74b9ea
|
|
4
|
+
data.tar.gz: 36b97933202ddd5e21f940690740a57c0aeb31cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 119a43e58d595fdd3d3dfa51f80818767ae4fb755354483351190ae776e41125a5ab08ad82ccde2a771e37803145f68e592dc409f4e5fe10a524d3cad350c26a
|
|
7
|
+
data.tar.gz: 73c464175709ac56a6a6a3012a52a35ae1fc23e62204588a929cd7f9e9f44f326cff5342d379c528767dc3c22191e8ffcdf3acba9fd0352339e2b78b7d94a82e
|
data/TODO
CHANGED
|
@@ -10,7 +10,6 @@ Mutations:
|
|
|
10
10
|
* Replace nil or add "do not touch me object" to literal mutations.
|
|
11
11
|
* Mutate options on Regexp literals
|
|
12
12
|
* Add mutations for dynamic regexp symbol and string literals
|
|
13
|
-
* Mutate "def foo; bar; end" to "def foo; self; end"?
|
|
14
13
|
* Mutate Block catch "def foo(&block)" and block pass "foo(&block)"
|
|
15
14
|
* Binary operator mutations
|
|
16
15
|
* Add timeout to terminate infinite loops
|
|
@@ -22,15 +21,6 @@ Mutations:
|
|
|
22
21
|
Loader:
|
|
23
22
|
* Make sure loader does not change visibility of injected mutants
|
|
24
23
|
|
|
25
|
-
Killers:
|
|
26
|
-
* Move test framework specific stuff to strategy
|
|
27
|
-
* Add a general master <=> killer IPC interface. So different strategies of isolation
|
|
28
|
-
(fork, vs jruby runtime creation) will work without big impact.
|
|
29
|
-
|
|
30
|
-
Strategy:
|
|
31
|
-
* Aggregate warnings on missing spec files
|
|
32
|
-
* Provide "expicit files to kill with" strategy
|
|
33
|
-
|
|
34
24
|
Matcher:
|
|
35
25
|
* Allow matches on attr_reader with literal name argument(s)?
|
|
36
26
|
* Allow matches on define_method with literal name argument?
|
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.5.
|
|
4
|
+
version: 0.5.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Markus Schirp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
11
|
+
date: 2014-06-15 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.5.
|
|
19
|
+
version: 0.5.21
|
|
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.5.
|
|
26
|
+
version: 0.5.21
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rspec-core
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|