Minimal baseline.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-01-03 16:59:13 -05:00
parent fa84d97836
commit 94cc8f2e95
1 changed files with 5 additions and 0 deletions

View File

@ -7,4 +7,9 @@ Class {
{ #category : #baseline }
BaselineOfVideoWeb >> baseline: spec [
<baseline>
spec
for: #common
do: [
spec package: 'VideoWeb'
]
]