From 4c0dd927ee50741a1d01a67180cfc9605ee62f02 Mon Sep 17 00:00:00 2001 From: Sdogruyol Date: Wed, 28 Oct 2015 17:37:51 +0200 Subject: [PATCH] Added Guardfile --- Guardfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Guardfile diff --git a/Guardfile b/Guardfile new file mode 100644 index 0000000..1515a40 --- /dev/null +++ b/Guardfile @@ -0,0 +1,4 @@ +guard 'process', :name => 'Spec', :command => 'crystal spec' do + watch(/spec\/(.*).cr$/) + watch(/src\/(.*).cr$/) +end