Commit 6d147e7744a6d1dc57676518171e51953eca416a

Authored by Ryan Jones
1 parent 0dc81433
Exists in master and in 1 other branch production

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 41 end
42 42  
43 43 errors.each do |error_template|
44   - rand(1).times do
  44 + rand34.times do
45 45  
46 46 error_report = error_template.reverse_merge({
47 47 :error_class => "StandardError",
... ...