Skip to content

Commit b1d7f1a

Browse files
Use correct filename in the test
1 parent adc4c38 commit b1d7f1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/scaffold-package.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Feature: Scaffold WP-CLI commands
4545
"""
4646
And the {PACKAGE_PATH}/local/wp-cli/foo/wp-cli.yml file should exist
4747
And the {PACKAGE_PATH}/local/wp-cli/foo/.travis.yml file should not exist
48-
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE.md file should exist
49-
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE.md file should exist
48+
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE file should exist
49+
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE file should exist
5050

5151
When I run `wp --require={PACKAGE_PATH}/local/wp-cli/foo/command.php hello-world`
5252
Then STDOUT should be:
@@ -250,5 +250,5 @@ Feature: Scaffold WP-CLI commands
250250
Installing package
251251
"""
252252
And the {PACKAGE_PATH}/local/wp-cli/foo/.gitignore file should exist
253-
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE.md file should not exist
254-
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE.md file should not exist
253+
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE file should not exist
254+
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE file should not exist

0 commit comments

Comments
 (0)