Skip to content

Commit

Permalink
Mark Windows-only version of Cleanup Working Directory feature as such
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jan 21, 2023
1 parent 23330c9 commit c70d9e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Feature: Cleanup Aruba Working Directory
Background:
Given I use a fixture named "cli-app"

@requires-platform-windows
Scenario: Clean up artifacts and pwd from a previous scenario
Given a file named "features/cleanup.feature" with:
"""
Expand All @@ -30,6 +31,7 @@ Feature: Cleanup Aruba Working Directory
When I run `cucumber`
Then the features should all pass

@requires-platform-windows
Scenario: Do not clobber before run
The `@no-clobber` tag stops Aruba from clearing out its scratch directory.
Other setup steps are still performed, such as setting the current working
Expand Down

0 comments on commit c70d9e9

Please sign in to comment.