From b01fccd0ef28a01a88981cd79562f79e27b0d76e Mon Sep 17 00:00:00 2001 From: Milykh_MV Date: Sun, 25 Feb 2024 07:08:06 +0300 Subject: [PATCH] Add scope --- tests/workspace.dsl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/workspace.dsl b/tests/workspace.dsl index 838dbf1..9bc593c 100644 --- a/tests/workspace.dsl +++ b/tests/workspace.dsl @@ -3,6 +3,10 @@ workspace "Getting Started" "This is a model of my software system." { !adrs doc/adr !docs doc/docs + configuration { + scope softwaresystem + } + model { user = person "User" "A user of my software system." softwareSystem = softwareSystem "Software System" "My software system."