Fixing baseline.

This commit is contained in:
ruidajo 2024-08-09 17:48:22 -05:00
parent 9118917916
commit f95b121e3b

View File

@ -12,11 +12,11 @@ BaselineOfInstagramPharo >> baseline: spec [
spec
for: #common
do: [ spec
package: 'InstagramPharo';
package: 'InstagramPharo-Tests' with: [ spec requires: #('InstagramPharo') ];
package: 'Instagram';
package: 'Instagram-Tests' with: [ spec requires: #('Instagram') ];
group: 'default' with: #('core' 'tests');
group: 'core' with: #('InstagramPharo');
group: 'tests' with: #('InstagramPharo-Tests') ].
group: 'core' with: #('Instagram');
group: 'tests' with: #('Instagram-Tests') ].
spec
for: #pharo
do: [ spec