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:
parent
8861e4f28e
commit
6f728d3404
1 changed files with 4 additions and 0 deletions
4
Rakefile
4
Rakefile
|
@ -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 &&
|
||||
|
|
Loading…
Add table
Reference in a new issue