From 02871f5fcc714aa9f7c1eb147dfb91a8f509eb63 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sat, 2 Jun 2012 15:32:04 -0700 Subject: [PATCH] Avoid JRuby whitespace issue --- middleman-more/features/nested_layouts.feature | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/middleman-more/features/nested_layouts.feature b/middleman-more/features/nested_layouts.feature index f3b4db3f..d70a7e23 100644 --- a/middleman-more/features/nested_layouts.feature +++ b/middleman-more/features/nested_layouts.feature @@ -25,11 +25,7 @@ Feature: Allow nesting of layouts Scenario: A page uses an inner layout when uses an outer layout (slim) Given the Server is running at "nested-layout-app" When I go to "/slim-test.html" - Then I should see: - """ -

Master

New Article Title

Outer

Inner

The Article Content

-
- """ + Then I should see "

Master

New Article Title

Outer

Inner

The Article Content

" Scenario: A page uses an inner layout when uses an outer layout (haml) Given the Server is running at "nested-layout-app"