Sha256: 795c6e39844b79c438df1f4f370caebe4e78f2e8e557c3affcc4ec17e6a05740
Contents?: true
Size: 363 Bytes
Versions: 8
Compression:
Stored size: 363 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
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
atacama-0.1.9 | Rakefile |
atacama-0.1.8 | Rakefile |
atacama-0.1.7 | Rakefile |
atacama-0.1.6 | Rakefile |
atacama-0.1.5 | Rakefile |
atacama-0.1.4 | Rakefile |
atacama-0.1.3 | Rakefile |
atacama-0.1.2 | Rakefile |