diff options
author | Thibault Gagnaux <thibault.gagnaux@bit.admin.ch> | 2021-06-29 09:02:17 +0200 |
---|---|---|
committer | Thibault Gagnaux <thibault.gagnaux@bit.admin.ch> | 2021-06-29 09:02:17 +0200 |
commit | e7fc5336c818e6ce9f81069df73c258d116acc9f (patch) | |
tree | 13d784f07f80d766954760e3a5c9a0b37d83fcb3 /src/test/groovy/ch.fhnw.thga.fregeplugin | |
parent | f3d085304bad105e65ce0c77f25ae59161fd8776 (diff) | |
download | frege-gradle-plugin-e7fc5336c818e6ce9f81069df73c258d116acc9f.tar.gz frege-gradle-plugin-e7fc5336c818e6ce9f81069df73c258d116acc9f.tar.bz2 frege-gradle-plugin-e7fc5336c818e6ce9f81069df73c258d116acc9f.zip |
Switches from groovy's spock testing framework back to java
Diffstat (limited to 'src/test/groovy/ch.fhnw.thga.fregeplugin')
-rw-r--r-- | src/test/groovy/ch.fhnw.thga.fregeplugin/FregePluginFunctionalTest.groovy | 18 |
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 |