From f8b4f45737d078ec19866fa19207baf175bf9781 Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Fri, 2 Sep 2011 16:22:09 +0200 Subject: [PATCH] Fix spec --- spec/guard/listeners/darwin_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/guard/listeners/darwin_spec.rb b/spec/guard/listeners/darwin_spec.rb index 2c31edb..1b679bb 100644 --- a/spec/guard/listeners/darwin_spec.rb +++ b/spec/guard/listeners/darwin_spec.rb @@ -21,7 +21,7 @@ describe Guard::Darwin do subject.should be_usable end - it_should_behave_like "a listener that reacts to #on_change", 0.4 - it_should_behave_like "a listener scoped to a specific directory", 0.4 + it_should_behave_like "a listener that reacts to #on_change" + it_should_behave_like "a listener scoped to a specific directory" end end