Fixing Lepiter Building Blocs.

This commit is contained in:
ruidajo 2024-07-17 14:45:22 -05:00
parent 8cadf004dd
commit 6e58c5631d

View File

@ -13,8 +13,7 @@ BaselineOfMiniDocs >> baseline: spec [
"Dependencies" "Dependencies"
self setUpTeapot: spec. self setUpTeapot: spec.
self setUpPetitParser: spec. self setUpPetitParser: spec.
"LepiterBuildingBlocs commented while resolving the conflict with the internal gtoolkit renaming." self setUpLepiterBuildingBlocs: spec. "working in v1.0.993"
self setUpLepiterBuildingBlocs: spec.
spec spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ]; baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ]; baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];
@ -62,10 +61,7 @@ BaselineOfMiniDocs >> setUpLepiterBuildingBlocs: spec [
spec spec
baseline: 'LepiterBuildingBlocs' baseline: 'LepiterBuildingBlocs'
with: [spec with: [spec
repository: 'github://botwhytho/LepiterBuildingBlocs:main/src']"; repository: 'github://botwhytho/LepiterBuildingBlocs:main/src']
loads: #('ALL')];
import: 'LepiterBuildingBlocs'"
"COMMENTED for baseline testing"
] ]
{ #category : #accessing } { #category : #accessing }