Skip to content

Commit

Permalink
Fix alexandrie baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep authored Nov 2, 2023
1 parent f271a0c commit a57acc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BaselineOfAlbum/BaselineOfAlbum.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ BaselineOfAlbum >> baseline: spec [
baseline: 'Bloc'
with: [spec repository: 'github://pharo-graphics/Bloc:dev-1.0/src' ].

spec
baseline: 'Alexandrie'
with: [spec repository: 'github://pharo-graphics/Alexandrie:master/src' ].

spec
package: #Album with: [ spec requires: #( #Bloc ) ];
package: #'Album-Tests' with: [ spec requires: #( #Bloc ) ];
Expand Down

0 comments on commit a57acc5

Please sign in to comment.