Skip to content

Commit

Permalink
Match both "install" and "installation" in standard error output
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywright committed Oct 4, 2018
1 parent f6cd186 commit 71d4da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/scaffold.feature
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Feature: WordPress code scaffolding
When I try `wp scaffold child-theme hello-world --parent_theme=just-test --enable-network --quiet`
Then STDERR should contain:
"""
Error: This is not a multisite installation.
Error: This is not a multisite install
"""
And the return code should be 1

Expand Down

0 comments on commit 71d4da9

Please sign in to comment.