h5bp 4.0 renames script.js to main.js. Fixes failing cli_init test.

This commit is contained in:
Adam Luikart 2012-09-05 15:42:49 -05:00
parent a96a41004c
commit c2f7303041

View file

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