2012-08-01 13:27:35 +02:00
|
|
|
require 'spec_helper'
|
|
|
|
|
2012-08-01 14:13:57 +02:00
|
|
|
describe Mutant::Mutator, 'self' do
|
2012-08-01 13:27:35 +02:00
|
|
|
let(:source) { 'self' }
|
|
|
|
|
2012-08-01 14:58:24 +02:00
|
|
|
it_should_behave_like 'a noop mutator'
|
2012-08-01 13:27:35 +02:00
|
|
|
end
|