Skip to content

Commit

Permalink
Cleanup: remove Spec2-Transformations from spec baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
balsa-sarenac committed Jan 28, 2024
1 parent f53987d commit 7f62ae8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BaselineOfSpec2/BaselineOfSpec2.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ BaselineOfSpec2 >> baseline: spec [
package: 'Spec2-Morphic-Tests' with: [ spec requires: #('Spec2-Morphic' 'Spec2-Backend-Tests') ];
package: 'Spec2-Code-Backend-Tests' with: [ spec requires: #('Spec2-Backend-Tests') ];
"others"
package: 'Spec2-Microdown' with: [ spec requires: #('SpecCore' 'Spec2-Adapters-Morphic') ];
package: 'Spec2-Transformations' ].
package: 'Spec2-Microdown' with: [ spec requires: #('SpecCore' 'Spec2-Adapters-Morphic') ] ].

spec group: 'Core' with: #('SpecCore' 'Spec2-Microdown' 'Spec2-Morphic' 'Spec2-Adapters-Morphic').
spec group: 'Code' with: #('Core' 'SpecCoreCode' 'Spec2-Code-Morphic' 'Spec2-Code-Diff-Morphic').
Expand Down

0 comments on commit 7f62ae8

Please sign in to comment.