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:
|
Then the following files should exist:
|
||||||
| index.html |
|
| index.html |
|
||||||
| humans.txt |
|
| humans.txt |
|
||||||
| js/script.js |
|
| js/main.js |
|
||||||
|
|
||||||
Scenario: Create a new HTML5 project with Rack
|
Scenario: Create a new HTML5 project with Rack
|
||||||
When I run `middleman init MY_PROJECT --rack --template=html5`
|
When I run `middleman init MY_PROJECT --rack --template=html5`
|
||||||
|
|
Loading…
Reference in a new issue