This commit is contained in:
Thibaud Guillaume-Gentil 2011-09-02 16:22:09 +02:00
parent 47be15125b
commit f8b4f45737

View File

@ -21,7 +21,7 @@ describe Guard::Darwin do
subject.should be_usable subject.should be_usable
end end
it_should_behave_like "a listener that reacts to #on_change", 0.4 it_should_behave_like "a listener that reacts to #on_change"
it_should_behave_like "a listener scoped to a specific directory", 0.4 it_should_behave_like "a listener scoped to a specific directory"
end end
end end