Added Guardfile
This commit is contained in:
parent
be58e009af
commit
4c0dd927ee
1 changed files with 4 additions and 0 deletions
4
Guardfile
Normal file
4
Guardfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
guard 'process', :name => 'Spec', :command => 'crystal spec' do
|
||||
watch(/spec\/(.*).cr$/)
|
||||
watch(/src\/(.*).cr$/)
|
||||
end
|
Loading…
Reference in a new issue