Skip to content

Commit

Permalink
test(integration): define initial test scenario for rulesets
Browse files Browse the repository at this point in the history
for #732
  • Loading branch information
travi committed Aug 30, 2024
1 parent 0cb69dc commit 8493023
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/integration/features/rulesets.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Feature: Repository Rulesets

@wip
Scenario: Add a ruleset
Given no rulesets are defined for the repository
And a ruleset is defined in the config
When a settings sync is triggered
Then the ruleset is enabled for the repository

0 comments on commit 8493023

Please sign in to comment.