diff --git a/internal/app/app.feature b/internal/app/app.feature index bbb17bc..9cd70e5 100644 --- a/internal/app/app.feature +++ b/internal/app/app.feature @@ -81,7 +81,7 @@ Feature: Application command line tool And `scenario.feature` is given Then generated code doesn't contain `t.Parallel()` - Scenario Outline: User wants to generate the output in a specific natural language + Scenario Outline: User wants to generate the output for a feature written in a specific natural language When the is given And the is provided Then the output should be generated diff --git a/internal/app/app_test.go b/internal/app/app_test.go index ddeff04..fe0debd 100644 --- a/internal/app/app_test.go +++ b/internal/app/app_test.go @@ -128,7 +128,7 @@ func TestApplicationCommandLineTool(t *testing.T) { } }) - t.Run("User wants to generate the output in a specific natural language", func(t *testing.T) { + t.Run("User wants to generate the output for a feature written in a specific natural language", func(t *testing.T) { t.Parallel() type testCase struct {