free_mutant/lib/mutant
Markus Schirp 8ef94fead5 Only require minimum parts rspec
This fixes the case people had to explicitly define the 'rspec'
metagem in Gemfile
2014-06-07 14:56:22 +00:00
..
context Use less literals to implement Mutant::Context::Scope#match_prefixes 2013-08-05 09:18:37 +02:00
expression Define expected mutations with less redundancy 2014-06-02 14:05:11 +00:00
matcher Fix adjacent namespece selections 2014-06-06 21:31:17 +00:00
meta Add expression => self mutation 2014-06-05 17:48:39 +00:00
mutation Do not present un idempotent interface on abstract class 2014-05-11 14:38:07 +00:00
mutator Do not mutate to invalid AST on reqarg promotion 2014-06-06 23:05:29 +00:00
reporter Simplify noop reporter 2014-06-02 14:26:44 +00:00
rspec Fix rspec integration to return meaningful parent groups 2014-05-27 15:52:37 +00:00
runner Add short circuts for evil mutations 2014-05-27 16:43:16 +00:00
subject Consolidate ruby style 2014-05-27 15:16:37 +00:00
zombifier Consolidate ruby style 2014-05-27 15:16:37 +00:00
cache.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
cli.rb Cleanup remaining use of old cli classifier 2014-06-02 12:45:29 +00:00
color.rb Fix ivar naming in Mutant::Color 2014-01-01 05:07:09 +01:00
config.rb Use morpher predicates for filtering 2014-02-02 22:49:33 +01:00
constants.rb Move manual constant lookup implementation 2014-05-31 00:11:32 +00:00
context.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
delegator.rb Avoid block when possible 2014-05-23 03:49:20 +00:00
diff.rb Rename Mutant::Differ to Mutant::Diff 2014-05-11 15:04:11 +00:00
expression.rb Replace CLI::Classifier with Mutant::Expression 2014-05-31 01:09:27 +00:00
killer.rb Fix reports and calculate tests once per subject 2014-05-23 01:03:09 +00:00
loader.rb Undefine methods before loading mutants 2014-03-14 21:34:51 +00:00
matcher.rb Remove unused dependency to DescendantsTracker 2014-03-29 04:28:12 +00:00
meta.rb Define expected mutations with less redundancy 2014-06-02 14:05:11 +00:00
mutation.rb Do not present un idempotent interface on abstract class 2014-05-11 14:38:07 +00:00
mutator.rb Remove guard via identity 2014-04-12 01:13:26 +00:00
node_helpers.rb Add expression => self mutation 2014-06-05 17:48:39 +00:00
reporter.rb Split reporting into progress and report 2014-05-12 13:48:15 +00:00
require_highjack.rb Fix zombifier to use the require highjack 2014-04-04 14:14:24 +00:00
rspec.rb Only require minimum parts rspec 2014-06-07 14:56:22 +00:00
runner.rb Report test selection on progress report 2014-05-27 14:43:01 +00:00
strategy.rb Prefer frozen constant over mutable literal 2014-05-29 20:27:13 +00:00
subject.rb Undefine methods before loading mutants 2014-03-14 21:34:51 +00:00
test.rb Add reporting for used tests to kill mutations on a given subject 2014-05-23 01:47:31 +00:00
version.rb Prepare version 0.5.19 2014-06-06 19:46:36 +00:00
walker.rb Fix style issues 2014-03-08 18:01:17 +00:00
warning_expectation.rb Add warning expectation class 2014-04-22 18:40:23 +00:00
warning_filter.rb Improve YARD docs 2014-03-30 14:12:14 +00:00
zombifier.rb Consolidate ruby style 2014-05-27 15:16:37 +00:00