h5bp 4.0 renames script.js to main.js. Fixes failing cli_init test.
This commit is contained in:
parent
a96a41004c
commit
c2f7303041
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue