This commit is contained in:
Gregory Eremin
2013-06-06 22:55:21 +04:00
parent 971ef5e530
commit 04a9f70b26
85 changed files with 115 additions and 137 deletions
-15
View File
@@ -1,16 +1 @@
require 'bundler/gem_tasks'
require 'rake_control'
task :regular_task do
puts 'I am being invoked'
end
task :failing_task do
raise 'wtf'
end
task :sleepy_task do
puts 'Sleeping...'
sleep 2
puts 'Woke up!'
end