fix leftover flag

This commit is contained in:
Thomas Reynolds 2015-01-04 15:28:13 -06:00
parent 857c99fab5
commit 39c7c9df54

View file

@ -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"