Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jun 29, 2020
1 parent b062b46 commit 4a6a130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfSpec2/BaselineOfSpec2.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ BaselineOfSpec2 >> baseline: spec [
package: 'Spec2-Backend-Tests' with: [ spec requires: #('Spec2-Adapters-Morphic') ];
package: 'Spec2-Morphic-Backend-Tests' with: [ spec requires: #('Spec2-Adapters-Morphic' 'Spec2-Backend-Tests') ];
package: 'Spec2-Adapters-Morphic-Tests' with: [ spec requires: #('Spec2-Backend-Tests') ];
package: 'Spec2-Morphic-Tests' with: [ spec requires: #('Spec2-Morphic' 'Spec2-Backend-Tests') ]
].
package: 'Spec2-Morphic-Tests' with: [ spec requires: #('Spec2-Morphic' 'Spec2-Backend-Tests') ] ].

spec group: 'Core' with: #('Spec2-Morphic' 'Spec2-Adapters-Morphic' ).
spec group: 'Code' with: #('Core' 'Spec2-Code-Morphic').
spec group: 'Support' with: #('Core' 'Spec2-Morphic-Examples').
spec group: 'Tests' with: #(
'SpecCore'
'Core'
'Spec2-Adapters-Morphic-Tests'
'Spec2-Morphic-Tests'
Expand Down

0 comments on commit 4a6a130

Please sign in to comment.