From 5e952aa26ffa1d587ec03e46c24b3557084edaa0 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Sat, 22 Jul 2017 19:11:57 +0200 Subject: [PATCH] Changed the ignore import --- .../cloud/contract/stubrunner/AetherStubDownloaderSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/AetherStubDownloaderSpec.groovy b/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/AetherStubDownloaderSpec.groovy index 610c801770..7cfeb41c70 100644 --- a/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/AetherStubDownloaderSpec.groovy +++ b/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/AetherStubDownloaderSpec.groovy @@ -2,9 +2,9 @@ package org.springframework.cloud.contract.stubrunner import io.specto.hoverfly.junit.HoverflyRule import org.eclipse.aether.RepositorySystemSession -import org.junit.Ignore import org.junit.Rule import org.springframework.util.ResourceUtils +import spock.lang.Ignore import spock.lang.Specification import spock.util.environment.RestoreSystemProperties