class Cucumber::Formatter::Query::HookByTestStep

def initialize(config)

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