Skip to content

Commit 241995a

Browse files
authored
Merge pull request #98 from ba-st/default_on_baseline_v6
Add default group to Baseline to avoid loading GS64 code by mistake
2 parents c6789c6 + 8222760 commit 241995a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/BaselineOfBuoy/BaselineOfBuoy.class.st

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ BaselineOfBuoy >> baseline: spec [
2727
baselineGS64Development: spec.
2828
spec
2929
group: 'CI' with: 'Tests';
30-
group: 'Development' with: #('Tools' 'Tests')
30+
group: 'Development' with: #('Tools' 'Tests');
31+
group: 'default' with: 'Development'
3132
]
3233
]
3334

0 commit comments

Comments
 (0)