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: ", " }}"