Modifying baseline for testing with Lepiter Building Blocs dependency.
This commit is contained in:
parent
882f33859c
commit
2bc0b44fa2
@ -14,7 +14,7 @@ BaselineOfMiniDocs >> baseline: spec [
|
||||
self setUpTeapot: spec.
|
||||
self setUpPetitParser: spec.
|
||||
"LepiterBuildingBlocs commented while resolving the conflict with the internal gtoolkit renaming."
|
||||
"self setUpLepiterBuildingBlocs: spec"
|
||||
self setUpLepiterBuildingBlocs: spec
|
||||
spec
|
||||
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
|
||||
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];
|
||||
@ -32,7 +32,8 @@ BaselineOfMiniDocs >> baseline: spec [
|
||||
'Mustache' 'Temple' "Templating"
|
||||
'Teapot' 'Tealight' "Web server"
|
||||
'PetitMarkdown' 'PetitParser' "Parsers"
|
||||
'DataFrame' "Tabular data")].
|
||||
'DataFrame' "Tabular data"
|
||||
'LepiterBuildingBlocs' "Lepiter utilities")].
|
||||
.
|
||||
|
||||
"Groups"
|
||||
@ -61,9 +62,10 @@ BaselineOfMiniDocs >> setUpLepiterBuildingBlocs: spec [
|
||||
spec
|
||||
baseline: 'LepiterBuildingBlocs'
|
||||
with: [spec
|
||||
repository: 'github://botwhytho/LepiterBuildingBlocs:main/src';
|
||||
repository: 'github://botwhytho/LepiterBuildingBlocs:main/src']";
|
||||
loads: #('ALL')];
|
||||
import: 'LepiterBuildingBlocs'
|
||||
import: 'LepiterBuildingBlocs'"
|
||||
"COMMENTED for baseline testing"
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
|
Loading…
Reference in New Issue
Block a user