Commit graph

10 commits

Author SHA1 Message Date
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
c75729ead2 Cleanup remaining use of old cli classifier 2014-06-02 12:45:29 +00:00
Markus Schirp
5f6ff99ece Consolidate ruby style 2014-05-27 15:16:37 +00:00
Markus Schirp
a284b79067 Bump morpher dependency 2014-03-09 00:04:30 +00:00
Andrey Savchenko
b60fb47fd1 Make tests pass on both RSpec 2 and 3 2014-02-17 04:04:19 +02:00
Markus Schirp
0fe8acc0ad Use morpher predicates for filtering
* Removes Mutant::Predicate
* Simplifies CLI builder logic
* More to come
2014-02-02 22:49:33 +01:00
Markus Schirp
1b0ed70ba4 Cleanup CLI implementation a bit. 2014-01-18 00:25:20 +01:00
Markus Schirp
3ebf5b7992 Prepare to split mutant-rspec from gem.
* Moves all rspec integration into Mutant::Rspec namespace.
* Removes the unused --rspec-level option
* Mutant::Rspec::Strategy is smelly, has no state. Will make sense with
  future commits.
2014-01-17 22:59:22 +01:00
Markus Schirp
e9931f6abe Slightly refactor CLI
* Backlists should "work" now.
* CLI (match expression) classifiers are not used as matchers anymore
2013-09-13 22:34:19 +02:00
Markus Schirp
010daad4ca Rename spec for post --rspec-dm2 2013-09-11 22:16:23 +02:00
Renamed from spec/unit/mutant/cli/class_methods/new_spec.rb (Browse further)