vagrant-libvirt/Rakefile
Michael Adam 598173904c Remove shebang from non-executable Rakefile.
Signed-off-by: Michael Adam <obnox@samba.org>
2015-01-23 16:48:42 +01:00

9 lines
174 B
Ruby

#require 'rubygems'
#require 'bundler/setup'
require 'bundler/gem_tasks'
Bundler::GemHelper.install_tasks
task default: [:deftask]
task :deftask do
puts 'call rake -T'
end