From 740d4a913f9915c5871330b5113b3959a8f5c40d Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sun, 12 Feb 2012 11:51:29 -0800 Subject: [PATCH] change compass sprites messaging exit --- middleman-more/features/compass-sprites.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/middleman-more/features/compass-sprites.feature b/middleman-more/features/compass-sprites.feature index e4c060a6..2de35eb1 100644 --- a/middleman-more/features/compass-sprites.feature +++ b/middleman-more/features/compass-sprites.feature @@ -1,4 +1,6 @@ Feature: Compass sprites should be generated on build and copied Scenario: Building a clean site with sprites Given a successfully built app at "compass-sprites-app" - Then the output should contain "images/icon-" \ No newline at end of file + When I cd to "build" + Then the following files should exist: + | images/icon-s1a8aa64128.png | \ No newline at end of file