From 4a1e36f2d2a5b984140d7fb101bd37ca134cf2f0 Mon Sep 17 00:00:00 2001 From: Joseph Wynn Date: Thu, 5 Nov 2015 09:18:53 +0000 Subject: [PATCH] Add global variable test for block tag --- features/responsive-image-block.feature | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/features/responsive-image-block.feature b/features/responsive-image-block.feature index 871cddf..22e70cb 100644 --- a/features/responsive-image-block.feature +++ b/features/responsive-image-block.feature @@ -19,6 +19,22 @@ Feature: Jekyll responsive_image_block tag When I run Jekyll Then I should see "\"Lorem" in "_site/index.html" + Scenario: More complex logic in the block tag Given I have a responsive_image configuration with "template" set to "_includes/responsive-image.html" And I have a file "index.html" with: