# Autotest
guard 'shell' do
  watch '.*\.(?:t|pm)' do |m|
    `make test`
  end
end
