Markus Schirp
9fcb271637
General source code beautifications
2012-10-19 23:34:19 +02:00
Markus Schirp
c5801b1b34
Merge branch 'master' of github.com:mbj/mutant
2012-08-29 19:33:25 +02:00
Markus Schirp
d278c627a5
Handle some unsupported AST nodes in Noop mutator
2012-08-29 13:35:16 +02:00
Markus Schirp
fb25161a6d
Fix class description
2012-08-23 12:59:00 +03:00
Markus Schirp
459d028de1
Add a working mutation tester for mutant
...
* Expand attr_reader :name, to def name; @name; end
As attr_reader defined methods do not have a valid source location.
* Expose more internal state to allow the generation of nice match
identifications. Needs to be cleaned up.
2012-08-20 17:53:41 +02:00
Markus Schirp
9755009966
Use scope based subclassing pattern
2012-08-09 23:07:22 +02:00
Markus Schirp
bb9809fa39
Reorganize unit specs.
...
* The old nameing did not make any sense. Sorry for not useing git mv.
2012-08-01 14:13:57 +02:00