Skip to content

Commit

Permalink
Merge pull request #115 from ba-st/fix_package_dependency
Browse files Browse the repository at this point in the history
Add missing package dependency
  • Loading branch information
gcotelli authored Nov 3, 2020
2 parents 50fa407 + ac786c7 commit 129d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/BaselineOfStargate/BaselineOfStargate.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ BaselineOfStargate >> setUpPackages: spec [
package: 'Stargate-Examples' with: [ spec requires: 'Stargate-Model' ];
group: 'Examples' with: 'Stargate-Examples'.
spec
package: 'Stargate-SUnit-Model' with: [ spec requires: #('Stargate-Model' 'Buoy-SUnit') ];
package: 'Stargate-SUnit-Model' with: [ spec requires: #('Stargate-Model' 'Buoy-SUnit' 'Hyperspace-SUnit') ];
group: 'Dependent-SUnit-Extensions' with: 'Stargate-SUnit-Model'.
self setUpTestPackages: spec
]
Expand Down

0 comments on commit 129d1a9

Please sign in to comment.