Skip to content

Commit e2af657

Browse files
Introduce 'ui' group in baseline.
1 parent dd893b2 commit e2af657

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/BaselineOfCommander2/BaselineOfCommander2.class.st

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ BaselineOfCommander2 >> baseline: spec [
1818
package: 'Commander2-V2ReleaseMigrator'.
1919
spec
2020
group: 'core' with: #('Commander2' 'Commander2-Deprecations');
21-
group: 'tests' with: #('core' 'Commander2-Tests');
21+
group: 'ui' with: #('Commander2-UI');
22+
group: 'tests' with: #('core' 'ui' 'Commander2-Tests' 'Commander2-UI-Tests');
2223
group: 'migration' with: #('Commander2-V2ReleaseMigrator');
23-
group: 'default' with: #('Commander2' 'Commander2-Deprecations' 'Commander2-Tests'). ]
24+
group: 'default' with: #('core' 'ui' 'tests'). ]
2425
]

0 commit comments

Comments
 (0)