Kill mutations in Mutant::Mutator::Node::Noop
This commit is contained in:
parent
04c72c5d0f
commit
fb80cbe293
1 changed files with 13 additions and 0 deletions
13
spec/unit/mutant/mutator/node/noop/mutation_spec.rb
Normal file
13
spec/unit/mutant/mutator/node/noop/mutation_spec.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue