Merge branch 'master' of github.com:johnbintz/flowerbox
This commit is contained in:
commit
e274c91c9f
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user