Fixing typo in baseline. testing for Lepiter building blocs dependency.

This commit is contained in:
ruidajo 2024-07-17 14:40:17 -05:00
parent 2bc0b44fa2
commit 8cadf004dd

View File

@ -14,7 +14,7 @@ BaselineOfMiniDocs >> baseline: spec [
self setUpTeapot: spec.
self setUpPetitParser: spec.
"LepiterBuildingBlocs commented while resolving the conflict with the internal gtoolkit renaming."
self setUpLepiterBuildingBlocs: spec
self setUpLepiterBuildingBlocs: spec.
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];