diff --git a/test/integration/features/rulesets.feature b/test/integration/features/rulesets.feature index dde0e6840..8d5193996 100644 --- a/test/integration/features/rulesets.feature +++ b/test/integration/features/rulesets.feature @@ -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