Debugging baseline, comment on LepiterBuildingBlocs.

This commit is contained in:
ruidajo 2024-04-02 23:51:36 +00:00
parent 7cd3f30216
commit 3a2d096025
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ BaselineOfMiniDocs >> baseline: spec [
"Dependencies"
self setUpTeapot: spec.
self setUpPetitParser: spec.
[self setUpLepiterBuildingBlocs: spec]
onErrorDo: [:err | self inform: 'LepiterBuilldingBlocs error: ', err asString].
"LepiterBuildingBlocs commented while resolving the conflict with the internal gtoolkit renaming."
"self setUpLepiterBuildingBlocs: spec"
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];