kemal/Guardfile
2015-10-28 17:37:51 +02:00

5 lines
120 B
Ruby

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