Skip to content

Commit

Permalink
Added compatibilityTests to the baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Feb 26, 2019
1 parent 2501020 commit 84a10ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BaselineOfSpec/BaselineOfSpec.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ BaselineOfSpec >> baseline: spec [
package: 'Spec-StubAdapter' with: [ spec requires: #('Spec-Core') ];
package: 'Spec-Examples' with: [ spec requires: #('Spec-Tools' 'Spec-Inspector') ];
package: 'Spec-Tests' with: [ spec requires: #('Spec-PolyWidgets' 'Spec-Examples') ];
package: 'Spec-MorphicBackendTests' with: [ spec requires: #( 'Spec-MorphicAdapters' 'ParametrizedTests') ] ].
package: 'Spec-MorphicBackendTests' with: [ spec requires: #( 'Spec-MorphicAdapters' 'ParametrizedTests') ];
package: 'Spec-CompatibilityTests' with: [ spec requires: #( 'Spec-MorphicBackendTests') ] ].
spec for: #'pharo7.x' do: [
spec package: 'Spec-Pharo7To8Compatibility' ]
]
Expand Down

0 comments on commit 84a10ad

Please sign in to comment.