Add specs for Subject#prepare
This commit is contained in:
parent
a5e8ab0caa
commit
c638825bd9
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@ describe Mutant::Subject do
|
||||||
it { should eql('Test:source_path:source_line') }
|
it { should eql('Test:source_path:source_line') }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
describe '#prepare' do
|
||||||
|
subject { object.prepare }
|
||||||
|
|
||||||
|
it_should_behave_like 'a command method'
|
||||||
|
end
|
||||||
|
|
||||||
describe '#node' do
|
describe '#node' do
|
||||||
subject { object.node }
|
subject { object.node }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue