We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95c020 commit 47bb692Copy full SHA for 47bb692
ml-data-hub-plugin/src/test/groovy/com/marklogic/gradle/task/InstalledTests.groovy
@@ -12,7 +12,6 @@ import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
12
13
class InstalledTests extends BaseTest {
14
def setupSpec() {
15
-
16
runTask('hubInit')
17
runTask('mlUndeploy')
18
runTask('mlDeploy')
ml-data-hub-plugin/src/test/groovy/com/marklogic/gradle/task/NotInstalledTests.groovy
@@ -6,6 +6,11 @@ import static org.gradle.testkit.runner.TaskOutcome.FAILED
6
7
class NotInstalledTests extends BaseTest {
8
9
+ def setupSpec() {
10
+ runTask('hubInit')
11
+ runTask('mlUndeploy')
+ }
+
def "enable debugging hub not installed"() {
when:
def result = runFailTask('hubEnableDebugging')
0 commit comments