Class: Cucumber::Pride::Formatter

Inherits:
Formatter::Progress
  • Object
show all
Defined in:
lib/cucumber-pride.rb

Instance Method Summary collapse

Constructor Details

#initialize(step_mother, io, options) ⇒ Formatter

Returns a new instance of Formatter.



10
11
12
13
14
15
# File 'lib/cucumber-pride.rb', line 10

def initialize(step_mother, io, options)
  super
  initialize_colors
  @index = 0
  @size = @colors.size
end