From 94cc8f2e95b6c5410805b819b177d96f0c7e6d1d Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Tue, 3 Jan 2023 16:59:13 -0500 Subject: [PATCH] Minimal baseline. --- app/BaselineOfVideoWeb/BaselineOfVideoWeb.class.st | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/BaselineOfVideoWeb/BaselineOfVideoWeb.class.st b/app/BaselineOfVideoWeb/BaselineOfVideoWeb.class.st index f98e3a5..592b687 100644 --- a/app/BaselineOfVideoWeb/BaselineOfVideoWeb.class.st +++ b/app/BaselineOfVideoWeb/BaselineOfVideoWeb.class.st @@ -7,4 +7,9 @@ Class { { #category : #baseline } BaselineOfVideoWeb >> baseline: spec [ + spec + for: #common + do: [ + spec package: 'VideoWeb' + ] ]