Commit 6d147e7744a6d1dc57676518171e51953eca416a
1 parent
0dc81433
Exists in
master
and in
1 other branch
put back rake demo task to 34
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/errbit/demo.rake
@@ -41,7 +41,7 @@ namespace :errbit do | @@ -41,7 +41,7 @@ namespace :errbit do | ||
41 | end | 41 | end |
42 | 42 | ||
43 | errors.each do |error_template| | 43 | errors.each do |error_template| |
44 | - rand(1).times do | 44 | + rand34.times do |
45 | 45 | ||
46 | error_report = error_template.reverse_merge({ | 46 | error_report = error_template.reverse_merge({ |
47 | :error_class => "StandardError", | 47 | :error_class => "StandardError", |