vagrant-lxc-ng/Rakefile

6 lines
101 B
Text
Raw Normal View History

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