From cc01c168b31aecc2f3825835048d8a9a6d2b04ff Mon Sep 17 00:00:00 2001 From: Esteban Lorenzano Date: Tue, 30 Jan 2024 16:37:15 +0100 Subject: [PATCH] do not use a configuration --- src/Spec2-Tests/SpBaseTest.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]