Commit 84d309f4b340e7abfdb5b4e5f7180d4ef2f6141b

Authored by Ryan Jones
1 parent 6d147e77
Exists in master and in 1 other branch production

rake task fix.. again :/

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   - rand34.times do
  44 + rand(34).times do
45 45  
46 46 error_report = error_template.reverse_merge({
47 47 :error_class => "StandardError",
... ...