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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/TODO +0 -10
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0af798f63b7e73f8426fb12f51a380380a350415
4
- data.tar.gz: f5f437fbb80f54da1a72ab82ea8845b6dafea8eb
3
+ metadata.gz: 064467b2c0694b44ad583fc3d479b9220b74b9ea
4
+ data.tar.gz: 36b97933202ddd5e21f940690740a57c0aeb31cf
5
5
  SHA512:
6
- metadata.gz: 79a6e35dab04814a2fc178f9186bedf8c948f4c2477e98f86362990e9c8f5c3ea46f364c1cf38fefa17ecdb76aa4a15c6b01e951dccbfda58b23560d992a2a43
7
- data.tar.gz: f97ffeea3015b4556ecfc9ddf9bced91e673a1af7478042821baa4c451b6cff1b906dfbd2082b79143974789c1c5560a4b5c8d693433bc34cf3f73a67e9bebb3
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.20
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-14 00:00:00.000000000 Z
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.20
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.20
26
+ version: 0.5.21
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec-core
29
29
  requirement: !ruby/object:Gem::Requirement