Commit graph

9 commits

Author SHA1 Message Date
Markus Schirp
abdd367ffe Remove Mutant.constant_lookup
* Since ruby-2.1 Object.const_get does nested lookups fine
2015-06-13 03:33:20 +00:00
Markus Schirp
f3720a6366 Prefer Kernel#fail over Kernel#raise 2014-11-17 17:00:05 +00:00
Markus Schirp
c702c030f4 Correct exception message 2014-07-07 20:04:03 +00:00
Markus Schirp
29023ab421 Deep freeze composed constant 2014-07-06 03:41:04 +00:00
Markus Schirp
4213789903 Nuke dead code and clean up naming 2014-07-06 02:44:55 +00:00
Markus Schirp
42b8e89420 Use least powerful equality test 2014-06-16 10:50:32 +00:00
Markus Schirp
586ca63e4f Remove matcher support for :: prefixed constants
Why provide such an option? I hate options. Options are bad.
References #203.
2014-06-08 18:12:18 +00:00
Markus Schirp
4a9ab9340e Define expected mutations with less redundancy
The mutation examples are now introspectable, this allows to render nice
index or performing better automated analysis against the corpus.
2014-06-02 14:05:11 +00:00
Markus Schirp
2317d3cf74 Replace CLI::Classifier with Mutant::Expression 2014-05-31 01:09:27 +00:00