From a27ee1c6e7688323cc65c0310483999257550f5a Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 14 Aug 2018 15:00:52 +0200 Subject: [PATCH] Enable screen clearing in Guard --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guardfile b/Guardfile index bee49e7..5074dc8 100644 --- a/Guardfile +++ b/Guardfile @@ -5,7 +5,7 @@ # directories %w(app lib config test spec features) ## Uncomment to clear the screen before every task -# clearing :on +clearing :on ## Guard internally checks for changes in the Guardfile and exits. ## If you want Guard to automatically start up again, run guard in a