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