Class: Cucumber::WireSupport::WireProtocol::Requests::BeginScenario

Inherits:
RequestHandler show all
Defined in:
lib/cucumber/wire_support/wire_protocol/requests.rb

Instance Method Summary collapse

Methods inherited from RequestHandler

#handle_fail, #handle_success, #initialize

Constructor Details

This class inherits a constructor from Cucumber::WireSupport::RequestHandler

Instance Method Details

#execute(scenario) ⇒ Object



95
96
97
# File 'lib/cucumber/wire_support/wire_protocol/requests.rb', line 95

def execute(scenario)
  super(nil) # not passing the scenario yet
end