Merge branch 'master' of github.com:johnbintz/flowerbox

This commit is contained in:
John Bintz 2012-04-12 19:24:49 -04:00
commit e274c91c9f
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)