Skip to content

Commit

Permalink
Fix notifier spec to stub out the tmux add_notifier call
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy van de Water authored and Integrum User committed Sep 25, 2012
1 parent 9bd90ea commit 2b351bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/guard/notifier_spec.rb
Expand Up @@ -39,6 +39,7 @@
Guard::Notifier.should_receive(:add_notification).with(:notifu, { }, true).and_return false
Guard::Notifier.should_receive(:add_notification).with(:emacs, { }, true).and_return false
Guard::Notifier.should_receive(:add_notification).with(:terminal_notifier, { }, true).and_return false
Guard::Notifier.should_receive(:add_notification).with(:tmux, { }, true).and_return false
Guard::Notifier.turn_on
end

Expand Down

0 comments on commit 2b351bb

Please sign in to comment.