lib/cucumber/formatter/progress.rb in cucumber-2.0.2 vs lib/cucumber/formatter/progress.rb in cucumber-2.1.0
- old
+ new
@@ -10,10 +10,10 @@
include Console
include Io
attr_reader :runtime
def initialize(runtime, path_or_io, options)
- @runtime, @io, @options = runtime, ensure_io(path_or_io, "progress"), options
+ @runtime, @io, @options = runtime, ensure_io(path_or_io), options
@previous_step_keyword = nil
@snippets_input = []
@total_duration = 0
end