We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd893b2 commit e2af657Copy full SHA for e2af657
src/BaselineOfCommander2/BaselineOfCommander2.class.st
@@ -18,7 +18,8 @@ BaselineOfCommander2 >> baseline: spec [
18
package: 'Commander2-V2ReleaseMigrator'.
19
spec
20
group: 'core' with: #('Commander2' 'Commander2-Deprecations');
21
- group: 'tests' with: #('core' 'Commander2-Tests');
+ group: 'ui' with: #('Commander2-UI');
22
+ group: 'tests' with: #('core' 'ui' 'Commander2-Tests' 'Commander2-UI-Tests');
23
group: 'migration' with: #('Commander2-V2ReleaseMigrator');
- group: 'default' with: #('Commander2' 'Commander2-Deprecations' 'Commander2-Tests'). ]
24
+ group: 'default' with: #('core' 'ui' 'tests'). ]
25
]
0 commit comments