Rename godog.Feature alias to godog.GherkinDocument to be more accurate (#422)
Этот коммит содержится в:
родитель
92ea38e7ce
коммит
d074262d59
1 изменённых файлов: 2 добавлений и 2 удалений
|
@ -13,8 +13,8 @@ import (
|
|||
"github.com/cucumber/godog/internal/models"
|
||||
)
|
||||
|
||||
// Feature represents gherkin document.
|
||||
type Feature = messages.GherkinDocument
|
||||
// GherkinDocument represents gherkin document.
|
||||
type GherkinDocument = messages.GherkinDocument
|
||||
|
||||
// Scenario represents the executed scenario
|
||||
type Scenario = messages.Pickle
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче