From 30436d146180fecdb5a620232fbf48dcb3a28514 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Fri, 5 Jul 2013 03:04:32 +0200 Subject: [PATCH] Cleanup mutator specs --- spec/unit/mutant/mutator/node/begin/mutation_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/unit/mutant/mutator/node/begin/mutation_spec.rb b/spec/unit/mutant/mutator/node/begin/mutation_spec.rb index 1fa383be..00dbac87 100644 --- a/spec/unit/mutant/mutator/node/begin/mutation_spec.rb +++ b/spec/unit/mutant/mutator/node/begin/mutation_spec.rb @@ -24,9 +24,6 @@ describe Mutant::Mutator, 'begin' do # Remove statement in block mutations << 'true' mutations << 'false' - - # Replace block with empty - mutations << '' end it_should_behave_like 'a mutator'