summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Groeschke <rene@gradle.com>2015-11-22 19:16:38 +0000
committerRene Groeschke <rene@gradle.com>2015-11-22 19:16:38 +0000
commit62055a29e689335b34d6ef55f63a1cd16ea07c7e (patch)
tree80f1197de5ea6f606a13dae1f183e1caac67590a
parent316235e7afbd793b43bb6bf7135077b22c78c221 (diff)
downloadfrege-gradle-plugin-62055a29e689335b34d6ef55f63a1cd16ea07c7e.tar.gz
frege-gradle-plugin-62055a29e689335b34d6ef55f63a1cd16ea07c7e.tar.bz2
frege-gradle-plugin-62055a29e689335b34d6ef55f63a1cd16ea07c7e.zip
remove redundant unit test
-rw-r--r--src/test/groovy/frege/gradle/plugins/FregePluginTest.groovy5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/groovy/frege/gradle/plugins/FregePluginTest.groovy b/src/test/groovy/frege/gradle/plugins/FregePluginTest.groovy
index adf1598..34532c7 100644
--- a/src/test/groovy/frege/gradle/plugins/FregePluginTest.groovy
+++ b/src/test/groovy/frege/gradle/plugins/FregePluginTest.groovy
@@ -13,11 +13,6 @@ class FregePluginTest extends Specification {
project.plugins.apply(FregePlugin)
}
- def "adds frege extension"(){
- expect:
- project.getExtensions().getByName(FregeBasePlugin.EXTENSION_NAME) != null
- }
-
def "applies frege base plugin"() {
expect:
project.pluginManager.findPlugin("org.frege-lang.base") != null