Skip to content

Commit

Permalink
Update DiscOrDance baseline so that it can be tested on Pharo 9
Browse files Browse the repository at this point in the history
  • Loading branch information
DG266 committed Mar 9, 2024
1 parent d2bb213 commit 9b5c6c9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/BaselineOfDiscOrDance/BaselineOfDiscOrDance.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,23 @@ BaselineOfDiscOrDance >> baseline: spec [
package: 'DiscOrDance-Visualization' with: [ spec requires: #('DiscOrDance') ];
package: 'DiscOrDance-Model-Tests' with: [ spec requires: #('DiscOrDance') ].
].

spec for: #'pharo9.x' do: [
"Dependencies"
self vizor: spec.
self discordST: spec.
self mocketry: spec.

"Packages"
spec
package: 'DiscOrDance';
package: 'DiscOrDance-Exceptions' with: [ spec requires: #('DiscOrDance') ];
package: 'DiscOrDance-Model' with: [ spec requires: #('DiscOrDance') ];
package: 'DiscOrDance-Model-Unused' with: [ spec requires: #('DiscOrDance') ];
package: 'DiscOrDance-Tests' with: [ spec requires: #('DiscOrDance') ];
package: 'DiscOrDance-Visualization' with: [ spec requires: #('DiscOrDance') ];
package: 'DiscOrDance-Model-Tests' with: [ spec requires: #('DiscOrDance') ].
].
].
]

Expand Down

0 comments on commit 9b5c6c9

Please sign in to comment.