vagrant-lxc-ng/Rakefile

6 lines
101 B
Ruby
Raw Normal View History

2013-02-25 04:58:04 +00:00
Dir['./tasks/**/*.rake'].each { |f| load f }
2013-03-03 00:36:17 +00:00
require 'bundler/gem_tasks'
2013-03-05 04:33:02 +00:00
task :ci => ['spec:unit']