From 59b1ea2c96197cb41dabaea9517940b61bfa2f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81my=20Coutable?= Date: Thu, 23 Jun 2011 18:02:49 +0200 Subject: [PATCH] Added @capotej to the CHANGELOG --- CHANGELOG.md | 1 + spec/guard/watcher_spec.rb | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1295a27..64e236e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -162,6 +162,7 @@ [@anithri]: https://github.com/anithri [@brainopia]: https://github.com/brainopia +[@capotej]: https://github.com/capotej [@chrisberkhout]: https://github.com/chrisberkhout [@etehtsea]: https://github.com/etehtsea [@fnichol]: https://github.com/fnichol diff --git a/spec/guard/watcher_spec.rb b/spec/guard/watcher_spec.rb index f3521bc..c9f82dc 100644 --- a/spec/guard/watcher_spec.rb +++ b/spec/guard/watcher_spec.rb @@ -147,7 +147,6 @@ describe Guard::Watcher do Guard::UI.should_receive(:error) { |msg| msg.should include("Problem with watch action!") msg.should include("EVIL") - } Guard::Watcher.match_files(@guard, ['evil.rb'])