vagrant-cachier-ng/Rakefile
2013-05-22 20:37:14 -03:00

6 lines
101 B
Ruby

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