complete Guard::start testing

This commit is contained in:
Yann Lugrin 2010-11-03 12:02:37 +01:00
parent 973c6ea1b4
commit c52139b396

View File

@ -117,6 +117,11 @@ describe Guard do
subject.start
end
it 'should start listener' do
@listener.should_receive(:start)
subject.start
end
end
describe "supervised_task" do