Sha256: 071a1430dbf390acf0e08dbda40ff6f4ce78178140a238dbbcb5fba9077173e8
Contents?: true
Size: 479 Bytes
Versions: 5
Compression:
Stored size: 479 Bytes
Contents
require 'bundler/gem_tasks' require 'rake/testtask' Rake::TestTask.new(:test) do |t| t.libs << 'test' t.libs << 'lib' t.test_files = FileList['test/**/*_test.rb'] end 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
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
atacama-0.2.2 | Rakefile |
atacama-0.2.1 | Rakefile |
atacama-0.2.0 | Rakefile |
atacama-0.1.11 | Rakefile |
atacama-0.1.10 | Rakefile |