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