From 099886e3b27495b941baae23754a9eed7792a4e4 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..4890b9e94 100644 --- a/features/05_use_rspec_matchers/path/have_permissions.feature +++ b/features/05_use_rspec_matchers/path/have_permissions.feature @@ -21,6 +21,7 @@ Feature: Check if path has permissions in filesystem end ``` + @unsupported-on-platform-windows Background: Given I use a fixture named "cli-app"