1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00

add clobber task

This commit is contained in:
David Chelimsky 2009-09-21 22:10:37 -05:00
parent 8861e4f28e
commit 6f728d3404

View file

@ -19,6 +19,10 @@ rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end
task :clobber do
rm_rf 'pkg'
end
task :spec do
system <<-COMMANDS
cd ../core &&