Fix html5bp test

This commit is contained in:
Thomas Reynolds 2012-12-15 14:49:50 -08:00
parent d119ac1f5f
commit 054ce83d35

View file

@ -50,9 +50,10 @@ Feature: Middleman CLI
Then a directory named "source" should exist Then a directory named "source" should exist
When I cd to "source" When I cd to "source"
Then the following files should exist: Then the following files should exist:
| index.html | | index.html.erb |
| layouts/layout.erb |
| humans.txt | | humans.txt |
| js/main.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`