Skip to content

Commit

Permalink
test(integration): define a basic scenario for updating a ruleset
Browse files Browse the repository at this point in the history
for #732
  • Loading branch information
travi committed Sep 13, 2024
1 parent d7e9ffe commit 88683ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/integration/features/rulesets.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ Feature: Repository Rulesets
And a ruleset is defined in the config
When a settings sync is triggered
Then the ruleset is enabled for the repository

@wip
Scenario: Update a ruleset
Given a ruleset exists for the repository
And the ruleset is modified in the config
When a settings sync is triggered
Then the ruleset is updated

0 comments on commit 88683ec

Please sign in to comment.