mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Fix html5bp test
This commit is contained in:
parent
63a82e6b1e
commit
12a604d69e
1 changed files with 3 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue