free_mutant/spec/unit/mutant/mutator/self_spec.rb
Markus Schirp bb9809fa39 Reorganize unit specs.
* The old nameing did not make any sense. Sorry for not useing git mv.
2012-08-01 14:13:57 +02:00

7 lines
150 B
Ruby

require 'spec_helper'
describe Mutant::Mutator, 'self' do
let(:source) { 'self' }
it_should_behave_like 'a noop mutation enumerator method'
end