Merge pull request #585 from adamesque/master

Fix failing CLI test.
This commit is contained in:
Thomas Reynolds 2012-09-05 16:12:08 -07:00
commit fcd36f587b

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`