Skip to content

Commit a01bc22

Browse files
authored
Merge pull request #198 from wp-cli/fix-gherkin-issues
Fix Gherkin lint issues
2 parents 048cdee + f4f82ca commit a01bc22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

features/package-install.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Feature: Install WP-CLI packages
7171
Given an empty directory
7272

7373
When I run `wp package install yoast/wp-cli-faker`
74-
And STDOUT should contain:
74+
Then STDOUT should contain:
7575
"""
7676
Success: Package installed
7777
"""
@@ -178,7 +178,7 @@ Feature: Install WP-CLI packages
178178
"""
179179
Removing require statement for package 'wp-cli/google-sitemap-generator-cli' from
180180
"""
181-
Then STDOUT should contain:
181+
And STDOUT should contain:
182182
"""
183183
Removing repository details from
184184
"""

features/package-update.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Feature: Update WP-CLI packages
1212
"""
1313
Success: Package installed.
1414
"""
15-
Then STDERR should be empty
15+
And STDERR should be empty
1616

1717
When I run `wp package update`
1818
Then STDOUT should contain:

0 commit comments

Comments
 (0)