mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
test image copy. closes #153
This commit is contained in:
parent
7da1edeb6e
commit
1feea222c0
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ Feature: Builder
|
||||||
Then "stylesheets/static.css" should exist at "test-app" and include "body"
|
Then "stylesheets/static.css" should exist at "test-app" and include "body"
|
||||||
Then "_partial.html" should not exist at "test-app"
|
Then "_partial.html" should not exist at "test-app"
|
||||||
Then "spaces in file.html" should exist at "test-app" and include "spaces"
|
Then "spaces in file.html" should exist at "test-app" and include "spaces"
|
||||||
|
Then "images/blank.gif" should exist at "test-app"
|
||||||
Then "images/Read me (example).txt" should exist at "test-app"
|
Then "images/Read me (example).txt" should exist at "test-app"
|
||||||
Then "images/Child folder/regular_file(example).txt" should exist at "test-app"
|
Then "images/Child folder/regular_file(example).txt" should exist at "test-app"
|
||||||
Then ".htaccess" should exist at "test-app"
|
Then ".htaccess" should exist at "test-app"
|
||||||
|
|
Loading…
Reference in a new issue