diff --git a/README.md b/README.md index cf21b7a..97682c7 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ import ( ) func TestMain(m *testing.M) { - status := godog.RunWithOptions(func(s *godog.Suite) { + status := godog.RunWithOptions("godogs", func(s *godog.Suite) { FeatureContext(s) }, godog.Options{ Format: "progress", diff --git a/examples/godogs/godogs_test.go b/examples/godogs/godogs_test.go index 130faab..6619e5e 100644 --- a/examples/godogs/godogs_test.go +++ b/examples/godogs/godogs_test.go @@ -10,7 +10,7 @@ import ( ) func TestMain(m *testing.M) { - status := godog.RunWithOptions(func(s *godog.Suite) { + status := godog.RunWithOptions("godogs", func(s *godog.Suite) { FeatureContext(s) }, godog.Options{ Format: "progress",