module Cucumber::WireSupport::WireProtocol

def end_scenario(scenario)

def end_scenario(scenario)
  handler = Requests::EndScenario.new(self)
  handler.execute(scenario)
end