class Cucumber::Formatter::Query::PickleStepByTestStep

def initialize(config)

def initialize(config)
  @pickle_id_step_by_test_step_id = {}
  config.on_event :test_step_created, &method(:on_test_step_created)
end