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`