Add expression => self mutation

Also reorganizes parts of meta to align filenames to node name better.

Closes #191
This commit is contained in:
Markus Schirp 2014-06-05 16:37:31 +00:00
parent 89e8eb5679
commit 017ccc1044
84 changed files with 517 additions and 440 deletions

View file

@ -3,8 +3,8 @@
Mutant::Meta::Example.add do
source 'foo { |&bar| }'
singleton_mutations
mutation 'foo { |&bar| raise }'
mutation 'foo {}'
mutation 'foo'
mutation 'nil'
end