From 4daae46444512e26727c6f263134f08b98ba1e31 Mon Sep 17 00:00:00 2001 From: Yann Lugrin Date: Sat, 23 Oct 2010 19:35:18 +0800 Subject: [PATCH] ensure don't have inotify event from past example in following example --- spec/guard/listeners/linux_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/guard/listeners/linux_spec.rb b/spec/guard/listeners/linux_spec.rb index d0f1858..15c8ddc 100644 --- a/spec/guard/listeners/linux_spec.rb +++ b/spec/guard/listeners/linux_spec.rb @@ -68,6 +68,7 @@ private def stop sleep 1 @listener.stop + sleep 1 end end