Modifying baseline for testing with Lepiter Building Blocs dependency.

This commit is contained in:
ruidajo 2024-07-17 14:37:15 -05:00
parent 882f33859c
commit 2bc0b44fa2

View File

@ -14,7 +14,7 @@ BaselineOfMiniDocs >> baseline: spec [
self setUpTeapot: spec. self setUpTeapot: spec.
self setUpPetitParser: spec. self setUpPetitParser: spec.
"LepiterBuildingBlocs commented while resolving the conflict with the internal gtoolkit renaming." "LepiterBuildingBlocs commented while resolving the conflict with the internal gtoolkit renaming."
"self setUpLepiterBuildingBlocs: spec" self setUpLepiterBuildingBlocs: spec
spec spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ]; baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ]; baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];
@ -32,7 +32,8 @@ BaselineOfMiniDocs >> baseline: spec [
'Mustache' 'Temple' "Templating" 'Mustache' 'Temple' "Templating"
'Teapot' 'Tealight' "Web server" 'Teapot' 'Tealight' "Web server"
'PetitMarkdown' 'PetitParser' "Parsers" 'PetitMarkdown' 'PetitParser' "Parsers"
'DataFrame' "Tabular data")]. 'DataFrame' "Tabular data"
'LepiterBuildingBlocs' "Lepiter utilities")].
. .
"Groups" "Groups"
@ -61,9 +62,10 @@ BaselineOfMiniDocs >> setUpLepiterBuildingBlocs: spec [
spec spec
baseline: 'LepiterBuildingBlocs' baseline: 'LepiterBuildingBlocs'
with: [spec with: [spec
repository: 'github://botwhytho/LepiterBuildingBlocs:main/src'; repository: 'github://botwhytho/LepiterBuildingBlocs:main/src']";
loads: #('ALL')]; loads: #('ALL')];
import: 'LepiterBuildingBlocs' import: 'LepiterBuildingBlocs'"
"COMMENTED for baseline testing"
] ]
{ #category : #accessing } { #category : #accessing }