fix leftover flag
This commit is contained in:
parent
857c99fab5
commit
39c7c9df54
|
@ -21,7 +21,7 @@ Feature: Middleman CLI
|
|||
Scenario: Create a new project in the current directory
|
||||
Given a directory named "MY_PROJECT"
|
||||
When I cd to "MY_PROJECT"
|
||||
And I run `middleman init --default` interactively
|
||||
And I run `middleman init` interactively
|
||||
And I type "y"
|
||||
And I type "y"
|
||||
And I type "y"
|
||||
|
|
Loading…
Reference in a new issue