From 1feea222c0ecabc7b45c577a3fa4cd24299662f8 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Fri, 9 Dec 2011 10:53:15 -0800 Subject: [PATCH] test image copy. closes #153 --- features/builder.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/builder.feature b/features/builder.feature index 185e5eff..032c318c 100644 --- a/features/builder.feature +++ b/features/builder.feature @@ -13,6 +13,7 @@ Feature: Builder Then "stylesheets/static.css" should exist at "test-app" and include "body" Then "_partial.html" should not exist at "test-app" 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/Child folder/regular_file(example).txt" should exist at "test-app" Then ".htaccess" should exist at "test-app"