diff --git a/src/BaselineOfSpecCore/BaselineOfSpecCore.class.st b/src/BaselineOfSpecCore/BaselineOfSpecCore.class.st index 68f89d33..1e3aa1c5 100644 --- a/src/BaselineOfSpecCore/BaselineOfSpecCore.class.st +++ b/src/BaselineOfSpecCore/BaselineOfSpecCore.class.st @@ -23,6 +23,10 @@ BaselineOfSpecCore >> baseline: spec [ package: 'Spec2-Transmission' with: [ spec requires: #('Spec2-Core') ]; package: 'Spec2-Interactions' with: [ spec requires: #('Spec2-Core') ]; package: 'Spec2-Commander2' with: [ spec requires: #('Spec2-Core' 'Spec2-Interactions') ]; + "ListView" + package: 'Spec2-ListView' with: [ spec requires: #('Spec2-Core') ]; + package: 'Spec2-Adapters-Morphic-ListView' with: [ spec requires: #('Spec2-ListView') ]; + package: 'Spec2-ListView-Tests' with: [ spec requires: #('Spec2-ListView') ]; "Code" package: 'Spec2-Code' with: [ spec requires: #('Spec2-Core' 'Spec2-Commands') ]; package: 'Spec2-Code-Commands' with: [ spec requires: #('Spec2-Core' 'Spec2-Commands') ];