From e7fc5336c818e6ce9f81069df73c258d116acc9f Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Tue, 29 Jun 2021 09:02:17 +0200 Subject: Switches from groovy's spock testing framework back to java --- .../FregePluginFunctionalTest.groovy | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/test/groovy/ch.fhnw.thga.fregeplugin/FregePluginFunctionalTest.groovy (limited to 'src/test/groovy') diff --git a/src/test/groovy/ch.fhnw.thga.fregeplugin/FregePluginFunctionalTest.groovy b/src/test/groovy/ch.fhnw.thga.fregeplugin/FregePluginFunctionalTest.groovy deleted file mode 100644 index 889f6f0..0000000 --- a/src/test/groovy/ch.fhnw.thga.fregeplugin/FregePluginFunctionalTest.groovy +++ /dev/null @@ -1,18 +0,0 @@ -package ch.fhnw.thga.fregeplugin - -import org.junit.jupiter.api.io.TempDir; -import spock.lang.Specification - -class FregePluginFunctionalTests extends Specification { - @TempDir File testProjectDir - File buildFile - - def setup() { - buildFile = newFile(testProjectDir, 'build.gradle') - buildFile << """ - plugins { - id 'ch.fhnw.thga.frege' - } - """ - } -} \ No newline at end of file -- cgit