diff --git a/src/Spec2-Tests/SpBaseTest.class.st b/src/Spec2-Tests/SpBaseTest.class.st index 8b32e124..8cffdcb0 100644 --- a/src/Spec2-Tests/SpBaseTest.class.st +++ b/src/Spec2-Tests/SpBaseTest.class.st @@ -13,7 +13,7 @@ Class { SpBaseTest >> application [ ^ SpApplication new - useMorphic; + useBackend: #Morphic with: StPharoMorphicConfiguration new; yourself ]