free_mutant/spec/unit/mutant/mutator/node
Markus Schirp a98319650b Remove nil => Object.new mutation
Mutation operators should *always* mutate to a less powerfull structure
/ less complex semantics. To force tests to prove complex semantics are
needed. The mutation removed with that commit violates that principle.
2014-05-09 20:09:09 +00:00
..
literal Remove nil => Object.new mutation 2014-05-09 20:09:09 +00:00
named_value Remove nil => Object.new mutation 2014-05-09 20:09:09 +00:00
and_asgn_spec.rb
begin_spec.rb
binary_spec.rb
block_pass_spec.rb
block_spec.rb
blockarg_spec.rb
case_spec.rb
cbase_spec.rb
conditional_loop_spec.rb
const_spec.rb
define_spec.rb
defined_spec.rb
dstr_spec.rb
dsym_spec.rb
ensure_spec.rb
if_spec.rb
kwbegin_spec.rb
loop_ctrl_spec.rb
masgn_spec.rb
match_current_line_spec.rb
nthref_spec.rb
op_assgn_spec.rb
or_asgn_spec.rb
redo_spec.rb
rescue_spec.rb
restarg_spec.rb
return_spec.rb
send_spec.rb Remove nil => Object.new mutation 2014-05-09 20:09:09 +00:00
super_spec.rb
yield_spec.rb