fix examples based on recent changes

Этот коммит содержится в:
gedi 2016-11-22 20:09:53 +02:00
родитель 623ff9946e
коммит dbda8afb77
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -213,7 +213,7 @@ import (
) )
func TestMain(m *testing.M) { func TestMain(m *testing.M) {
status := godog.RunWithOptions(func(s *godog.Suite) { status := godog.RunWithOptions("godogs", func(s *godog.Suite) {
FeatureContext(s) FeatureContext(s)
}, godog.Options{ }, godog.Options{
Format: "progress", Format: "progress",

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

@ -10,7 +10,7 @@ import (
) )
func TestMain(m *testing.M) { func TestMain(m *testing.M) {
status := godog.RunWithOptions(func(s *godog.Suite) { status := godog.RunWithOptions("godogs", func(s *godog.Suite) {
FeatureContext(s) FeatureContext(s)
}, godog.Options{ }, godog.Options{
Format: "progress", Format: "progress",