From 42aeb5bd47780c0e9c7dca3b2a4b8e660aad116d Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Wed, 1 Jun 2016 13:14:10 -0700 Subject: [PATCH] fix tests --- toolbelt/build.gradle | 3 +-- .../org/rundeck/util/toolbelt/SimpleCommandInputSpec.groovy | 0 .../org/rundeck/util/toolbelt/ToolBeltSpec.groovy | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename toolbelt/src/test/{java => groovy}/org/rundeck/util/toolbelt/SimpleCommandInputSpec.groovy (100%) rename toolbelt/src/test/{java => groovy}/org/rundeck/util/toolbelt/ToolBeltSpec.groovy (100%) diff --git a/toolbelt/build.gradle b/toolbelt/build.gradle index 2a4b3955..c77b5260 100644 --- a/toolbelt/build.gradle +++ b/toolbelt/build.gradle @@ -1,6 +1,7 @@ version '0.1.0-SNAPSHOT' apply plugin: 'java' +apply plugin: 'groovy' sourceCompatibility = 1.8 @@ -9,8 +10,6 @@ repositories { } dependencies { -// testCompile group: 'junit', name:'junit', version: '4.12' -// testCompile group: 'org.mockito', name: 'mockito-core', version: '1.10.19' testCompile "org.codehaus.groovy:groovy-all:2.3.7" testCompile "org.spockframework:spock-core:0.7-groovy-2.0" } diff --git a/toolbelt/src/test/java/org/rundeck/util/toolbelt/SimpleCommandInputSpec.groovy b/toolbelt/src/test/groovy/org/rundeck/util/toolbelt/SimpleCommandInputSpec.groovy similarity index 100% rename from toolbelt/src/test/java/org/rundeck/util/toolbelt/SimpleCommandInputSpec.groovy rename to toolbelt/src/test/groovy/org/rundeck/util/toolbelt/SimpleCommandInputSpec.groovy diff --git a/toolbelt/src/test/java/org/rundeck/util/toolbelt/ToolBeltSpec.groovy b/toolbelt/src/test/groovy/org/rundeck/util/toolbelt/ToolBeltSpec.groovy similarity index 100% rename from toolbelt/src/test/java/org/rundeck/util/toolbelt/ToolBeltSpec.groovy rename to toolbelt/src/test/groovy/org/rundeck/util/toolbelt/ToolBeltSpec.groovy