Baseline fix

This commit is contained in:
Daniel Ziltener 2023-11-11 21:12:00 +01:00
parent 7a997b6848
commit c6e2757772
1 changed files with 6 additions and 0 deletions

View File

@ -11,3 +11,9 @@ BaselineOfHitch >> baseline: spec [
spec
for: #common do: [ spec package: 'Hitch' ]
]
{ #category : #accessing }
BaselineOfHitch >> projectClass [
^ MetacelloCypressBaselineProject.
]