From 39ee353912596bece78c99938fca0ec81568a195 Mon Sep 17 00:00:00 2001 From: Joseph Wynn Date: Tue, 18 Oct 2016 22:07:36 +0100 Subject: [PATCH] Remove some redundant test code --- features/image-hashes.feature | 9 --------- features/responsive-image-tag.feature | 8 +------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/features/image-hashes.feature b/features/image-hashes.feature index fa0a615..613c5f9 100644 --- a/features/image-hashes.feature +++ b/features/image-hashes.feature @@ -11,7 +11,6 @@ Feature: Image hashes inside responsive image templates output_path_format: assets/resized/%{dirname}/%{width}/%{basename} sizes: - width: 100 - - width: 120 """ And I have a file "index.html" with "{% responsive_image path: assets/subdir/test.png %}" When I run Jekyll @@ -32,14 +31,6 @@ Feature: Image hashes inside responsive image templates dirname: resized/subdir/100 filename: test extension: png - - path: assets/resized/subdir/120/test.png - width: 120 - height: 60 - basename: test.png - dirname: resized/subdir/120 - filename: test - extension: png """ Scenario: Honouring Jekyll 'source' configuration diff --git a/features/responsive-image-tag.feature b/features/responsive-image-tag.feature index e8353fa..f74187a 100644 --- a/features/responsive-image-tag.feature +++ b/features/responsive-image-tag.feature @@ -48,9 +48,6 @@ Feature: Jekyll responsive_image tag Then I should see "