closes #72
Этот коммит содержится в:
родитель
4dc98b0e2b
коммит
385444d0e0
3 изменённых файлов: 5 добавлений и 2 удалений
|
@ -207,6 +207,9 @@ composed.
|
|||
|
||||
- [how to use godog by semaphoreci](https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go)
|
||||
- see [examples](https://github.com/DATA-DOG/godog/tree/master/examples)
|
||||
- see extension [AssistDog](https://github.com/hellomd/assistdog), which
|
||||
may have useful **gherkin.DataTable** transformations or comparison
|
||||
methods for assertions.
|
||||
|
||||
### Documentation
|
||||
|
||||
|
|
|
@ -20,6 +20,6 @@ Feature: get version
|
|||
And the response should match json:
|
||||
"""
|
||||
{
|
||||
"version": "v0.7.4"
|
||||
"version": "v0.7.5"
|
||||
}
|
||||
"""
|
||||
|
|
2
godog.go
2
godog.go
|
@ -39,4 +39,4 @@ Godog was inspired by Behat and Cucumber the above description is taken from it'
|
|||
package godog
|
||||
|
||||
// Version of package - based on Semantic Versioning 2.0.0 http://semver.org/
|
||||
const Version = "v0.7.4"
|
||||
const Version = "v0.7.5"
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче