vagrant-cachier-ng/Rakefile

6 lines
101 B
Ruby

Dir['./tasks/**/*.rake'].each { |f| load f }
require 'bundler/gem_tasks'
task :ci => ['spec:unit']