Rakefile in atacama-0.1.9 vs Rakefile in atacama-0.1.10

- old
+ new

@@ -10,5 +10,9 @@ task default: :test task :watch do exec 'docker run -v `pwd`:/app:cached -it spatialnetworks/alpine bash -l -c "gem install rerun && bundle && /usr/local/bundle/bin/rerun -x rake"' end + +task :debug do + exec 'docker run -v `pwd`:/app:cached -it spatialnetworks/alpine bash -l -c "bundle && rake"' +end