From 8575af8b3370d539d80be4e35905cc31352f9e26 Mon Sep 17 00:00:00 2001 From: Mario Visic Date: Thu, 2 Jun 2011 21:58:17 +0800 Subject: [PATCH] Small fix on the admin snippets feature. --- features/admin/snippets.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/admin/snippets.feature b/features/admin/snippets.feature index b304bd96..b39bf92e 100644 --- a/features/admin/snippets.feature +++ b/features/admin/snippets.feature @@ -14,12 +14,12 @@ Background: """ "yield" """ - And a snippet named "other" with the template: + +Scenario: Updating a Snippet that includes another snippet + Given a snippet named "other" with the template: """ "other" """ - -Scenario: Updating a Snippet that includes another snippet When I go to theme assets And I follow "yield" And I fill in "snippet_template" with "{% include 'other' %}"