quick way to make cuke-pack integrate perfectly with penchant hooks

This commit is contained in:
John Bintz 2012-09-14 10:49:14 -04:00
parent 036008f8c6
commit 648a808c82
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
require 'cuke-pack/tasks'
task(:default).clear
task :preflight_check do
task('cuke_pack:any_wip').invoke
end
task :default do
task('cuke_pack:precommit').invoke
end