Cleanup mutator specs

This commit is contained in:
Markus Schirp 2013-07-05 03:04:32 +02:00
parent a707027197
commit 30436d1461

View file

@ -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'