Parent

Files

Class/Module Index [+]

Quicksearch

Cucumber::Formatter::Steps

The formatter used for --format steps

Public Class Methods

new(step_mother, path_or_io, options) click to toggle source
# File lib/cucumber/formatter/steps.rb, line 6
def initialize(step_mother, path_or_io, options)
  @io = ensure_io(path_or_io, "steps")
  @options = options
  @step_definition_files = collect_steps(step_mother)
end

Public Instance Methods

after_features(features) click to toggle source
# File lib/cucumber/formatter/steps.rb, line 12
def after_features(features)
  print_summary
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.