Kill mutations in Mutant::Mutator::Node::Noop

This commit is contained in:
Markus Schirp 2013-07-02 20:46:13 +02:00
parent 04c72c5d0f
commit fb80cbe293

View file

@ -0,0 +1,13 @@
require 'spec_helper'
# FIXME: This spec needs to be structured better!
describe Mutant::Mutator::Node::Noop, 'send' do
let(:source) { 'alias foo bar' }
let(:mutations) do
mutations = []
end
it_should_behave_like 'a mutator'
end