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: - """ -
New Article Title
The Article Content
-New Article Title
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"