Debugging baseline, fixing typo.

This commit is contained in:
ruidajo 2024-04-02 23:42:34 +00:00
parent 5c897886e0
commit 7cd3f30216
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ BaselineOfMiniDocs >> baseline: spec [
"Dependencies"
self setUpTeapot: spec.
self setUpPetitParser: spec.
[self lepiterBuildingBlocs: spec]
[self setUpLepiterBuildingBlocs: spec]
onErrorDo: [:err | self inform: 'LepiterBuilldingBlocs error: ', err asString].
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];