AddStepsTo adds Gherkin steps to the godog ScenarioContext
(sc *godog.ScenarioContext)
| 132 | |
| 133 | // AddStepsTo adds Gherkin steps to the godog ScenarioContext |
| 134 | func AddStepsTo(sc *godog.ScenarioContext) { |
| 135 | sc.Step(`^a key pair named "([^"]*)"$`, GenerateKeyPairNamed) |
| 136 | } |
no outgoing calls