Skip to content

Commit 251b119

Browse files
authored
Merge pull request #717 from wp-cli/refine-feature-files
2 parents 09ca3d4 + 2fc06af commit 251b119

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

features/cli.feature

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Feature: `wp cli` tasks
77

88
When I run `{PHAR_PATH} cli version`
99
Then STDOUT should be:
10-
"""
11-
WP-CLI 1.2.3
12-
"""
10+
"""
11+
WP-CLI 1.2.3
12+
"""
1313
And the {FRAMEWORK_ROOT}/VERSION file should be:
14-
"""
15-
{TRUE_VERSION}
16-
"""
14+
"""
15+
{TRUE_VERSION}
16+
"""
1717

1818
@github-api
1919
Scenario: Check for updates
@@ -22,9 +22,9 @@ Feature: `wp cli` tasks
2222

2323
When I run `{PHAR_PATH} cli check-update`
2424
Then STDOUT should contain:
25-
"""
26-
package_url
27-
"""
25+
"""
26+
package_url
27+
"""
2828
And STDERR should be empty
2929

3030
@github-api
@@ -48,9 +48,9 @@ Feature: `wp cli` tasks
4848
sha512 hash verified:
4949
"""
5050
And STDOUT should contain:
51-
"""
52-
Success:
53-
"""
51+
"""
52+
Success:
53+
"""
5454
And STDERR should be empty
5555
And the return code should be 0
5656

@@ -106,13 +106,13 @@ Feature: `wp cli` tasks
106106

107107
When I run `{PHAR_PATH} cli update --no-patch --yes`
108108
Then STDOUT should contain:
109-
"""
110-
Success:
111-
"""
109+
"""
110+
Success:
111+
"""
112112
And STDOUT should not contain:
113-
"""
114-
2.8.1
115-
"""
113+
"""
114+
2.8.1
115+
"""
116116
And STDERR should be empty
117117
And the return code should be 0
118118

0 commit comments

Comments
 (0)