Merge branch 'master' of github.com:johnbintz/flowerbox
This commit is contained in:
commit
e274c91c9f
@ -58,7 +58,7 @@ module Flowerbox
|
||||
end
|
||||
|
||||
if reporters.empty?
|
||||
reporters << Flowerbox::Reporter.for(:progress)
|
||||
reporters << :progress
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -1,3 +1,5 @@
|
||||
require 'flowerbox/reporter/console_base'
|
||||
|
||||
module Flowerbox::Reporter
|
||||
class Progress < ConsoleBase
|
||||
def report_progress(result)
|
||||
|
Loading…
Reference in New Issue
Block a user