aboutsummaryrefslogtreecommitdiff
path: root/src/test/groovy/ch.fhnw.thga.fregeplugin/FregePluginFunctionalTest.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/groovy/ch.fhnw.thga.fregeplugin/FregePluginFunctionalTest.groovy')
-rw-r--r--src/test/groovy/ch.fhnw.thga.fregeplugin/FregePluginFunctionalTest.groovy18
1 files changed, 0 insertions, 18 deletions
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