Skip to content

Commit ff8b33f

Browse files
committed
Force
1 parent f2195eb commit ff8b33f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

features/scaffold-lint.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Feature: Lint scaffolded code
2626
Then the return code should be 0
2727

2828
Scenario: Scaffold post-type and lint it
29-
When I run `wp theme install twentytwentyone --activate`
29+
When I run `wp theme install twentytwentyone --force --activate`
3030
And I run `wp eval 'echo STYLESHEETPATH;'`
3131
And save STDOUT as {STYLESHEETPATH}
3232

@@ -38,7 +38,7 @@ Feature: Lint scaffolded code
3838
Then the return code should be 0
3939

4040
Scenario: Scaffold taxonomy and lint it
41-
When I run `wp theme install twentytwentyone --activate`
41+
When I run `wp theme install twentytwentyone --force --activate`
4242
And I run `wp eval 'echo STYLESHEETPATH;'`
4343
And save STDOUT as {STYLESHEETPATH}
4444

@@ -61,7 +61,7 @@ Feature: Lint scaffolded code
6161
Then the return code should be 0
6262

6363
Scenario: Scaffold child theme and lint it
64-
When I run `wp theme install twentytwentyone --activate`
64+
When I run `wp theme install twentytwentyone --force --activate`
6565
And I run `wp theme path`
6666
And save STDOUT as {THEME_DIR}
6767

0 commit comments

Comments
 (0)