Skip to content

Commit

Permalink
restore pharo8 definitions (remove merge of them into common)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Mar 9, 2020
1 parent 5f8d6b3 commit 8c40824
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/BaselineOfSpec2/BaselineOfSpec2.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ BaselineOfSpec2 >> baseline: spec [
package: 'Spec2-Tests' with: [ spec requires: #('Spec2-Examples') ];
package: 'Spec2-Morphic-Backend-Tests' with: [ spec requires: #('Spec2-Adapters-Morphic') ];
package: 'Spec2-Backend-Tests' with: [ spec requires: #('Spec2-Adapters-Morphic') ];
package: 'Spec2-Adapters-Morphic-Tests' with: [ spec requires: #('Spec2-Tests' 'Spec2-Backend-Tests') ];
package: 'Spec2-Adapters-Morphic-Tests' with: [ spec requires: #('Spec2-Tests' 'Spec2-Backend-Tests') ] ].

spec for: #'pharo8.x' do: [
spec
package: 'Spec2-Tools' with: [ spec requires: #('Spec2-Core') ];
package: 'Spec2-Tools-Tests' with: [ spec requires: #('Spec2-Tests' 'Spec2-Tools') ];
package: 'Spec2-Examples' with: [ spec requires: #('Spec2-Tools') ] ]
Expand Down

0 comments on commit 8c40824

Please sign in to comment.