complete Guard::start testing
This commit is contained in:
parent
973c6ea1b4
commit
c52139b396
@ -116,6 +116,11 @@ describe Guard do
|
|||||||
|
|
||||||
subject.start
|
subject.start
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it 'should start listener' do
|
||||||
|
@listener.should_receive(:start)
|
||||||
|
subject.start
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user