diff --git a/spec/guard_spec.rb b/spec/guard_spec.rb index e8648e4..70283f1 100644 --- a/spec/guard_spec.rb +++ b/spec/guard_spec.rb @@ -116,6 +116,11 @@ describe Guard do subject.start end + + it 'should start listener' do + @listener.should_receive(:start) + subject.start + end end