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

Check dependencies first

This commit is contained in:
Chad Humphries 2009-11-07 09:57:27 -05:00
parent 704c46c84c
commit 65e36c8447

View file

@ -30,4 +30,4 @@ task :clobber do
rm_rf 'pkg'
end
task :default
task :default => [:check_dependencies]