vagrant-lxc-ng/Rakefile
2013-02-25 02:04:31 -03:00

6 lines
161 B
Ruby

raise 'This Rakefile is meant to be used from the dev box' unless ENV['USER'] == 'vagrant'
Dir['./tasks/**/*.rake'].each { |f| load f }
task :default => :spec