Commit graph

18 commits

Author SHA1 Message Date
Dan Kubb
7293386c26 Add magic encoding header to all ruby files
* rubocop still warns about this on ruby 1.9.3, so it was fixed so
  it produces less output on travis.
2013-07-28 16:03:06 -07:00
Markus Schirp
8a6a51fd08 Add support for --fail-fast flag
* Some long planned runner design changes.
* It now also uses the emitter pattern
2013-07-15 01:17:15 +02:00
Markus Schirp
3c753c9dad Pass correct config object to runner tree 2013-07-14 19:11:55 +02:00
Markus Schirp
1f25ab3ded Cosmetic end comments 2013-06-14 21:12:10 +02:00
Markus Schirp
e41409cf87 Use concord ~> 0.1.1 2013-06-14 21:11:08 +02:00
Markus Schirp
8a7e95efa9 Fix reek reported issues 2013-04-21 02:48:58 +02:00
Markus Schirp
f2a6243ac0 Connect reporters with runners
This fixes all unit and integration specs!
2013-04-21 02:20:18 +02:00
Markus Schirp
528cfd7654 Use new reporter interface in runner 2013-04-20 20:50:36 +02:00
Dan Kubb
92cb508c6e Fix code to no longer reference a non-existant method in subject 2013-04-17 20:34:24 -07:00
Markus Schirp
439b914d14 Add some runner predicate tests 2013-04-12 23:34:55 +02:00
Markus Schirp
21fdb99801 Fix runner infastructure 2013-04-12 23:34:54 +02:00
Markus Schirp
c7fae6dd07 Introduce Mutant::Config objects
This will ease deve
2013-02-24 20:43:15 +01:00
Markus Schirp
2b01374d3a Add runner objects for config and mutation 2013-02-02 16:32:13 +01:00
Markus Schirp
732ece42c3 Spec Runner::Subject#mutations in dm2 style 2013-02-02 01:00:05 +01:00
Markus Schirp
2b6470f223 Add Mutant::Runner::Subject
The idea is to break up the big fat and ugly Runner class into dedicated
pices with a single reponsibility.
2013-02-01 23:06:07 +01:00
Markus Schirp
23ee68ac1e Rename Runner to Killer
* Add working integration spec for rspec (mutant) killer.
2012-08-14 12:27:56 +02:00
Markus Schirp
9755009966 Use scope based subclassing pattern 2012-08-09 23:07:22 +02:00
Markus Schirp
fda5d716a4 Add initial rspec2 runner
* Needs integration spec!
2012-08-09 19:46:20 +02:00