AddStepsTo adds Gherkin steps to the godog ScenarioContext
(sc *godog.ScenarioContext)
| 138 | |
| 139 | // AddStepsTo adds Gherkin steps to the godog ScenarioContext |
| 140 | func AddStepsTo(sc *godog.ScenarioContext) { |
| 141 | sc.Step(`^running conftest "([^"]*)" produces "([^"]*)" containing:$`, runConftest) |
| 142 | } |
no outgoing calls