free_mutant/spec
Markus Schirp d647563055 Refactor expression parsing and representation
* Avoids boot time mutation of REGISTER constant
* Allows to define project specific expression parsing
* Avoids custom (slow) serialization of Expression objects speeding up
  reporter / killer IPC
* Improve specification
* Improve integration API as it now finally references an object the config
* Allow reproduction of syntax from Expression#syntax
* Allow instantiation of Expresssion objects without generating the
  syntax, much nicer for most specs & internal code, avoids generating
  a string to parse it into an expression
* Fix LSP violation in Mutant::Matcher namespace
2015-06-21 14:44:33 +00:00
..
integration/mutant Remove support for rspec-3.{0,1} 2015-06-13 19:25:28 +00:00
shared Move framework integration into own behavior 2015-05-02 22:04:28 +00:00
support Remove dead support code 2015-07-03 15:25:52 +00:00
unit Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00
integrations.yml Remove deprecated --score option 2015-06-13 05:02:16 +00:00
rcov.opts Add method matcher infrastructure 2012-07-23 22:54:35 +02:00
spec_helper.rb Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00