Commit graph

6 commits

Author SHA1 Message Date
Markus Schirp
84c2f75cf4 Add rspec metadata flag to blacklist an example group from mutation testing 2014-12-13 01:06:04 +00:00
Markus Schirp
6df5811a87 Use RSpec as receiver for rspec DSL methods
* I dislike the global infection RSpec does. This commit is a first step
  to get a rid of it.
* Also remove the need for `require 'spec_helper` in each spec file with
  adjusting `.rspec`.
2014-08-10 21:04:07 +00:00
Markus Schirp
a19f3b1691 Nuke UTF-8 encoding headers
* I do not use 1.9.3
* Also keeping them in each file increases mental overhead (true it *can* be autoamted)
* None of the files encodes NON ASCII chars.
* I do not expect it makes any difference, since nobody programmatically
  will consume strings generated by mutant under the assumption they are UTF-8 encoded.
* 1.9.3 Users have to deal with the encoding fuckup under ruby anyways.
2014-06-09 15:37:48 +00:00
Markus Schirp
d336d5ae62 Fix mutant expression for null integration test 2014-06-08 23:33:15 +00:00
Markus Schirp
0b0aa9b01e Correct null expectation 2014-05-11 14:45:16 +00:00
Markus Schirp
95aa3a10b2 Add integration spec for 'null' strategy 2014-05-11 14:43:15 +00:00