Markus Schirp
a19f3b1691
Nuke UTF-8 encoding headers
...
* I do not use 1.9.3
* Also keeping them in each file increases mental overhead (true it *can* be autoamted)
* None of the files encodes NON ASCII chars.
* I do not expect it makes any difference, since nobody programmatically
will consume strings generated by mutant under the assumption they are UTF-8 encoded.
* 1.9.3 Users have to deal with the encoding fuckup under ruby anyways.
2014-06-09 15:37:48 +00:00
Markus Schirp
5f6ff99ece
Consolidate ruby style
2014-05-27 15:16:37 +00:00
Markus Schirp
556eaf729c
Do not confuse mutants test selection with integration specs
2014-04-04 14:26:03 +00:00
Markus Schirp
1b2bb54852
Fix zombifier to use the require highjack
2014-04-04 14:14:24 +00:00
Markus Schirp
0fe8acc0ad
Use morpher predicates for filtering
...
* Removes Mutant::Predicate
* Simplifies CLI builder logic
* More to come
2014-02-02 22:49:33 +01:00
Markus Schirp
399f352328
Consistently use expect syntax
2014-02-02 22:49:33 +01:00
Dan Kubb
7293386c26
Add magic encoding header to all ruby files
...
* rubocop still warns about this on ruby 1.9.3, so it was fixed so
it produces less output on travis.
2013-07-28 16:03:06 -07:00
Markus Schirp
fa3e77f981
Add Mutant::Zombifier
...
That stuff acutally works!
2013-06-28 23:23:05 +02:00
Markus Schirp
5efd17d4e3
Mark zombie specs as pending
2013-06-14 21:12:10 +02:00
Markus Schirp
21b6aa1e81
Minor cleanups
...
* Use correct to_source api
* Use toplevel mutant.
2012-08-20 04:50:07 +02:00
Markus Schirp
7d8c1f02ff
Add support for dynamically creating Zombie
...
* Zombie is subjected to allow the mutation of the mutator source code.
2012-08-19 21:29:11 +02:00