From ce9e924d00d07bf9ca7184a41bc81579da0122ec Mon Sep 17 00:00:00 2001 From: sdogruyol Date: Tue, 9 May 2017 11:02:53 +0300 Subject: [PATCH] Remove Guardfile --- Guardfile | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Guardfile diff --git a/Guardfile b/Guardfile deleted file mode 100644 index 1515a40..0000000 --- a/Guardfile +++ /dev/null @@ -1,4 +0,0 @@ -guard 'process', :name => 'Spec', :command => 'crystal spec' do - watch(/spec\/(.*).cr$/) - watch(/src\/(.*).cr$/) -end