Skip to content

Commit dbad965

Browse files
authored
docs(readme/class-diagram): rule and tag relationship (#342)
1 parent 45d636a commit dbad965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ classDiagram
255255
Feature "1" *-- "0..1" Background: background
256256
Scenario --|> ScenarioDefinition
257257
Tag "0..*" --* "1" Feature: tags
258+
Tag "0..*" --* "1" Rule: tags
258259
Tag "0..*" --* "1" Scenario: tags
259260
Tag "0..*" --* "1" ScenarioOutline: tags
260261
Tag "0..*" --* "1" Examples: tags

0 commit comments

Comments
 (0)