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'])