Added Guardfile

This commit is contained in:
Sdogruyol 2015-10-28 17:37:51 +02:00
parent be58e009af
commit 4c0dd927ee
1 changed files with 4 additions and 0 deletions

4
Guardfile Normal file
View File

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