From 6cbcaa99ad56c85633626500e69f7fadc6b2cba4 Mon Sep 17 00:00:00 2001 From: --global Date: Tue, 29 Nov 2016 14:17:56 +0100 Subject: [PATCH] fix collection cucumber for windows --- features/collections.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/collections.feature b/features/collections.feature index 1310bdb1..de5e2a22 100644 --- a/features/collections.feature +++ b/features/collections.feature @@ -146,7 +146,7 @@ Feature: Collections Then I should get a zero exit status And the _site directory should exist And I should see "2. of 9:

Page without title.

" in "_site/index.html" unless Windows - And I should see "2. of 7:

Page without title.

" in "_site/index.html" if on Windows + And I should see "2. of 8:

Page without title.

" in "_site/index.html" if on Windows Scenario: Sort by relative_path Given I have an "index.html" page that contains "Collections: {% assign methods = site.methods | sort: 'relative_path' %}{{ methods | map:"title" | join: ", " }}"