Skip to content

Commit 363a229

Browse files
committed
Fix Gherkin lint issues
1 parent d9855fd commit 363a229

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

features/shell.feature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Feature: WordPress REPL
44
Given a WP install
55

66
When I run `wp shell < /dev/null`
7-
8-
When I run `wp shell --basic < /dev/null`
7+
And I run `wp shell --basic < /dev/null`
98
Then STDOUT should be empty
109
1110
Scenario: Persistent environment

0 commit comments

Comments
 (0)