Changed the ignore import

This commit is contained in:
Marcin Grzejszczak
2017-07-22 19:11:57 +02:00
parent b5d808d29f
commit 5e952aa26f

View File

@@ -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