Skip to content

Commit adeaf98

Browse files
committed
fix plugin's path
1 parent e0a353c commit adeaf98

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

features/plugin-install.feature

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,24 +149,24 @@ Feature: Install WordPress plugins
149149
Scenario: Don't attempt to rename ZIPs coming from a GitHub archive release/tag
150150
Given a WP install
151151
152-
When I run `wp plugin install https://github.com/dseomn/dseomn-customizations-wp/archive/v0.0.2.zip`
152+
When I run `wp plugin install https://github.com/wp-cli-test/generic-example-plugin/archive/v0.1.0.zip`
153153
Then STDOUT should contain:
154154
"""
155155
Plugin installed successfully.
156156
"""
157157
And STDOUT should contain:
158158
"""
159-
package from https://github.com/dseomn/dseomn-customizations-wp/archive/v0.0.2.zip
159+
package from https://github.com/wp-cli-test/generic-example-plugin/archive/v0.1.0.zip
160160
"""
161161
And STDOUT should contain:
162162
"""
163-
Renamed Github-based project from 'dseomn-customizations-wp-0.0.2' to 'dseomn-customizations-wp'.
163+
Renamed Github-based project from 'generic-example-plugin-0.1.0' to 'generic-example-plugin'.
164164
"""
165165
And STDOUT should contain:
166166
"""
167167
Plugin installed successfully.
168168
"""
169169
And STDERR should be empty
170-
And the wp-content/plugins/dseomn-customizations-wp directory should exist
171-
And the wp-content/plugins/dseomn-customizations-w directory should not exist
172-
And the wp-content/plugins/dseomn-customizations-wp-0.0.2 directory should not exist
170+
And the wp-content/plugins/generic-example-plugin directory should exist
171+
And the wp-content/plugins/generic-example-plugi directory should not exist
172+
And the wp-content/plugins/generic-example-plugin-0.1.0 directory should not exist

0 commit comments

Comments
 (0)