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