config changes

This commit is contained in:
John Bintz 2012-04-12 19:23:31 -04:00
parent 5228619a98
commit 6be9581d36
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ module Flowerbox
end
if reporters.empty?
reporters << Flowerbox::Reporter.for(:progress)
reporters << :progress
end
end
end

View File

@ -1,3 +1,5 @@
require 'flowerbox/reporter/console_base'
module Flowerbox::Reporter
class Progress < ConsoleBase
def report_progress(result)