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"