Remove Guardfile

This commit is contained in:
sdogruyol 2017-05-09 11:02:53 +03:00
parent 841238b584
commit ce9e924d00
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
guard 'process', :name => 'Spec', :command => 'crystal spec' do
watch(/spec\/(.*).cr$/)
watch(/src\/(.*).cr$/)
end