godog/example
gedi c6d00dd6d5 refactor to use cocumber gherkin3 parser library
* bdde4c4 fix test suite and migration changes
* a3b6e01 refactor pretty formatter
* 2c0c7ba fix outline scenario handling
* f6b411d add a different language test feature

add a different language test feature
2015-06-25 21:19:02 +03:00
..
ls.feature add an ls feature example 2015-06-23 13:51:45 +03:00
ls.go add an ls feature example 2015-06-23 13:51:45 +03:00
ls_test.go refactor to use cocumber gherkin3 parser library 2015-06-25 21:19:02 +03:00
README.md update installation details in readme 2015-06-23 14:10:04 +03:00

ls feature

In order to test our ls feature with Godog, run:

go get github.com/DATA-DOG/godog/cmd/godog
$GOPATH/bin/godog ls.feature