7be00708b6
* Expand foo? to foo_predicate_spec.rb * Expand foo! to foo_bang_spec.rb * Execute all public method specs on mutation of private method * Warn on stderr when no spec file was found (better than nothing to be iproved later)
11 lines
625 B
Text
11 lines
625 B
Text
* Test mutant with zombie.
|
|
* Allow matches on attr_reader with literal name argument(s)?
|
|
* Allow matches on define_method with literal name argument?
|
|
* Add some kind of a "do not touch me object" that raises on all messages.
|
|
It can be used to make sure each literal value is touched.
|
|
* Replace nil or add "do not touch me object" to literal mutations.
|
|
* Add support remaining dynamic literals
|
|
* Mutate options on Regexp literals
|
|
* Support the numerous Rubinius::AST::SendWithArguments mutations.
|
|
* Fix rubinius to allow setting @vcall_style variable in Rubinius::AST::Send nodes.
|
|
* Aggregate warnings on missing spec files
|