update readme with vendor issue note and a tutorial reference

Этот коммит содержится в:
gedi 2016-06-10 22:09:31 +03:00
родитель 9cc301f701
коммит da70b4d904

Просмотреть файл

@ -65,9 +65,13 @@ themselves from costly regressions.
go get github.com/DATA-DOG/godog/cmd/godog
**Note:** currently godog cannot manage **vendor** directory dependencies,
[#35](https://github.com/DATA-DOG/godog/issues/35).
### Example
The following example can be [found here](https://github.com/DATA-DOG/godog/tree/master/examples/godogs).
The following example can be [found
here](https://github.com/DATA-DOG/godog/tree/master/examples/godogs).
#### Step 1
@ -172,6 +176,10 @@ Now when you run the `godog godog.feature` again, you should see:
more events, like **AfterStep** to test against an error and print more details about the error
or state before failure. Or **BeforeSuite** to prepare a database.
### References and Tutorials
- [how to use godog by semaphoreci](https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go)
### Documentation
See [godoc][godoc] for general API details.