Markus Schirp
a1d93f591e
Add mutations from reverse_{map,each} to map,each
...
Closes #142
2014-05-24 12:42:17 +00:00
Markus Schirp
5f3b50a63c
Add mutaiton from #map to #each
...
Closes #193
2014-05-24 12:38:08 +00:00
Markus Schirp
a98319650b
Remove nil => Object.new mutation
...
Mutation operators should *always* mutate to a less powerfull structure
/ less complex semantics. To force tests to prove complex semantics are
needed. The mutation removed with that commit violates that principle.
2014-05-09 20:09:09 +00:00
Markus Schirp
58fdd4f9b7
Remove expectation for invalid AST mutation
2014-04-22 17:37:21 +00:00
Markus Schirp
19bfce9525
Fix whitespace
2014-04-04 15:53:36 +00:00
Markus Schirp
a29ffe7c98
Add equality mutations
...
* Closes #132
2014-03-30 14:57:46 +00:00
Markus Schirp
b843492828
Clarify matching criteria in spec name
...
* Mutant does not test for string receiver when emitting that mutation
2014-03-30 14:48:03 +00:00
Markus Schirp
5af2af345d
Handle attribute assignments to self correctly
...
* Closes #149
2014-01-12 00:43:47 +01:00
Markus Schirp
ad9c1d4526
Add specs for mutations attribute assignments
...
* References #149
2014-01-11 23:49:05 +01:00
Markus Schirp
a9974741f2
Use more modern spec file naming in spec/unit/mutator/node/*_spec.rb
...
* The old layout was imposed by older mutants that selected tests via
file names.
* Reduce the useless namespace Mutator::Node::Connective
2013-12-29 23:04:28 +01:00