Debugging baseline, error handler for LepiterBuildingBlocs.
This commit is contained in:
parent
2037af37a3
commit
5c897886e0
@ -13,7 +13,8 @@ BaselineOfMiniDocs >> baseline: spec [
|
||||
"Dependencies"
|
||||
self setUpTeapot: spec.
|
||||
self setUpPetitParser: spec.
|
||||
self setUpLepiterBuildingBlocs: spec.
|
||||
[self lepiterBuildingBlocs: spec]
|
||||
onErrorDo: [:err | self inform: 'LepiterBuilldingBlocs error: ', err asString].
|
||||
spec
|
||||
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
|
||||
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];
|
||||
|
Loading…
Reference in New Issue
Block a user