From 721c2112e1a2983920cc1d7a207ce3481d9ffd92 Mon Sep 17 00:00:00 2001 From: Eric Skogen Date: Thu, 1 Dec 2011 00:39:50 -0600 Subject: [PATCH] clarify wording of test --- features/partials.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/partials.feature b/features/partials.feature index 15e380f8..b502b77f 100644 --- a/features/partials.feature +++ b/features/partials.feature @@ -34,7 +34,7 @@ Feature: Provide Sane Defaults for Partial Behavior When I go to "/locals.html" Then I should see "Local var is bar" - Scenario: Partial and Layout of different engine + Scenario: Partial and Layout use different engines Given the Server is running at "different-engine-partial" When I go to "/index.html" Then I should see "Slim Footer"