Added @capotej to the CHANGELOG

This commit is contained in:
Rémy Coutable 2011-06-23 18:02:49 +02:00
parent f394fef7eb
commit 59b1ea2c96
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

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