From 12a604d69e246fd3c052bff117221e6fd844cb26 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sat, 15 Dec 2012 14:49:50 -0800 Subject: [PATCH] Fix html5bp test --- middleman-core/features/cli_init.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/middleman-core/features/cli_init.feature b/middleman-core/features/cli_init.feature index f14dbd7c..fc84cc08 100644 --- a/middleman-core/features/cli_init.feature +++ b/middleman-core/features/cli_init.feature @@ -50,9 +50,10 @@ Feature: Middleman CLI Then a directory named "source" should exist When I cd to "source" Then the following files should exist: - | index.html | + | index.html.erb | + | layouts/layout.erb | | humans.txt | - | js/main.js | + | js/main.js | Scenario: Create a new HTML5 project with Rack When I run `middleman init MY_PROJECT --rack --template=html5`