diff --git a/repository/BaselineOfNeoCSV/BaselineOfNeoCSV.class.st b/repository/BaselineOfNeoCSV/BaselineOfNeoCSV.class.st index a3a88ff..17a644c 100644 --- a/repository/BaselineOfNeoCSV/BaselineOfNeoCSV.class.st +++ b/repository/BaselineOfNeoCSV/BaselineOfNeoCSV.class.st @@ -18,7 +18,7 @@ BaselineOfNeoCSV >> baseline: spec [ package: 'Neo-CSV-Tests' with: [ spec requires: #('Neo-CSV-Core') ]; package: 'Neo-CSV-Magritte' with: [ spec requires: #('Neo-CSV-Core') ]; group: 'default' with: #('core' 'tests'); - group: 'core' with: #('Neo-CSV-Core'); - group: 'magritte' with: #('Neo-CSV-Magritte'); - group: 'tests' with: #('Neo-CSV-Tests') ] + group: 'Core' with: #('Neo-CSV-Core'); + group: 'Magritte' with: #('Neo-CSV-Magritte'); + group: 'Tests' with: #('Neo-CSV-Tests') ] ]