diff --git a/features/shell.feature b/features/shell.feature index 53fa0d5cd..301c61bcd 100644 --- a/features/shell.feature +++ b/features/shell.feature @@ -4,8 +4,7 @@ Feature: WordPress REPL Given a WP install When I run `wp shell < /dev/null` - - When I run `wp shell --basic < /dev/null` + And I run `wp shell --basic < /dev/null` Then STDOUT should be empty Scenario: Persistent environment