burden/burden_web/spec/dummy/lib/tasks/unpredictable.rake
Gregory Eremin b97f0c1a12 Runs history
2013-06-07 00:04:41 +04:00

5 lines
91 B
Ruby

desc 'One unpredictable task'
task :unpredictable do
raise 'oops' if rand(1..5) == 5
end