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 end
if reporters.empty? if reporters.empty?
reporters << Flowerbox::Reporter.for(:progress) reporters << :progress
end end
end end
end end

View File

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