Skip to content

Commit

Permalink
Adding the new package and group to the default group
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Apr 13, 2021
1 parent b4cfd36 commit 2e1f179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfSUnit/BaselineOfSUnit.class.st
Expand Up @@ -53,7 +53,7 @@ BaselineOfSUnit >> baseline: spec [
group: 'Tests' with: #('SUnit-Tests' 'SUnit-Support-UITesting-Tests' 'SUnit-Visitor-Tests');
group: 'Help' with: #('SUnit-Help');
group: 'JenkinsSupport' with: #('JenkinsTools-Core' 'JenkinsTools-ExtraReports');
group: 'default' with: #('SUnit-Core' 'SUnit-Core-Traits' 'SUnit-Tests' 'JenkinsTools-Core' 'JenkinsTools-ExtraReports') ]
group: 'default' with: #('SUnit-Core' 'SUnit-Core-Traits' 'SUnit-Tests' 'JenkinsTools-Core' 'JenkinsTools-ExtraReports' 'MockObjects') ]
]

{ #category : #accessing }
Expand Down

0 comments on commit 2e1f179

Please sign in to comment.