Undoing groups until I understand them better.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-04-27 13:41:49 -05:00
parent d448e38047
commit 093f989e28
1 changed files with 1 additions and 11 deletions

View File

@ -27,17 +27,7 @@ BaselineOfMiniDocs >> baseline: spec [
package: 'MiniDocs' with: [ spec requires: #('Mustache' 'Tealight' 'PetitMarkdown')].
"Groups"
spec
group: 'default' with: #('Core' 'Model' "'Extensions'");
group: 'Core' with: #('MiniDocs-Core');
group: 'Model' with: #('MiniDocs-Model');
"group: 'Extensions' with: #('MiniDocs-Extensions');"
group: 'Examples' with: #('MiniDocs-Examples');
group: 'External' with: #('MiniDocs-External');
group: 'Legacy' with: #('MiniDocs-Legacy');
"group: 'Manifest' with: #('MiniDocs-Manifest');"
group: 'All' with: #('Core' 'Model' "'Extensions'" 'Examples' 'External' 'Legacy' "'Manifest'")
].
spec