Skip to content

Commit

Permalink
Change 'tests' group to 'All' in Baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Apr 19, 2024
1 parent daa93b0 commit dc16d69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions BaselineOfPharoWithStyle/BaselineOfPharoWithStyle.class.st
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Class {
#name : #BaselineOfPharoWithStyle,
#superclass : #BaselineOf,
#category : #BaselineOfPharoWithStyle
#name : 'BaselineOfPharoWithStyle',
#superclass : 'BaselineOf',
#category : 'BaselineOfPharoWithStyle',
#package : 'BaselineOfPharoWithStyle'
}

{ #category : #baselines }
{ #category : 'baselines' }
BaselineOfPharoWithStyle >> baseline: spec [
<baseline>

Expand All @@ -14,5 +15,5 @@ BaselineOfPharoWithStyle >> baseline: spec [
package: 'PharoWithStyle-Tests' with: [ spec requires: 'PharoWithStyle' ].
spec
group: 'default' with: #('PharoWithStyle');
group: 'tests' with: #('PharoWithStyle' 'PharoWithStyle-Tests') ]
group: 'All' with: #('PharoWithStyle' 'PharoWithStyle-Tests') ]
]
2 changes: 1 addition & 1 deletion BaselineOfPharoWithStyle/package.st
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Package { #name : #BaselineOfPharoWithStyle }
Package { #name : 'BaselineOfPharoWithStyle' }

0 comments on commit dc16d69

Please sign in to comment.