diff --git a/middleman-core/features/cli_init.feature b/middleman-core/features/cli_init.feature index b97f636a..f14dbd7c 100644 --- a/middleman-core/features/cli_init.feature +++ b/middleman-core/features/cli_init.feature @@ -52,7 +52,7 @@ Feature: Middleman CLI Then the following files should exist: | index.html | | humans.txt | - | js/script.js | + | js/main.js | Scenario: Create a new HTML5 project with Rack When I run `middleman init MY_PROJECT --rack --template=html5`