From 39c7c9df54c8d36ecc3ba9f03eacb33bd99b89bd Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sun, 4 Jan 2015 15:28:13 -0600 Subject: [PATCH] fix leftover flag --- middleman-core/features/cli_init.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleman-core/features/cli_init.feature b/middleman-core/features/cli_init.feature index b9260ea8..e04e92ac 100644 --- a/middleman-core/features/cli_init.feature +++ b/middleman-core/features/cli_init.feature @@ -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"