From da3a655f2cf805f77a95cd757e083fcfbaae357c Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Sun, 11 Mar 2018 21:15:01 +0100 Subject: [PATCH] Skip permission scenarios on Windows --- features/05_use_rspec_matchers/path/have_permissions.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/05_use_rspec_matchers/path/have_permissions.feature b/features/05_use_rspec_matchers/path/have_permissions.feature index b0a9d6e60..88bbabff5 100644 --- a/features/05_use_rspec_matchers/path/have_permissions.feature +++ b/features/05_use_rspec_matchers/path/have_permissions.feature @@ -1,3 +1,4 @@ +@unsupported-on-platform-windows Feature: Check if path has permissions in filesystem If you need to check if a given path has some permissions in filesystem, you