Remove unused logger
This commit is contained in:
@@ -48,7 +48,6 @@ import spock.lang.Specification
|
||||
@ContextConfiguration(classes = Config, loader = SpringBootContextLoader)
|
||||
@WebIntegrationTest(randomPort = true)
|
||||
@IntegrationTest
|
||||
@Slf4j
|
||||
@AutoConfigureStubRunner
|
||||
@DirtiesContext
|
||||
class StubRunnerSpringCloudAutoConfigurationSpec extends Specification {
|
||||
|
||||
@@ -19,7 +19,6 @@ package org.springframework.cloud.contract.stubrunner.util
|
||||
import groovy.util.logging.Slf4j
|
||||
import spock.lang.Specification
|
||||
|
||||
@Slf4j
|
||||
class ZipCategorySpec extends Specification {
|
||||
|
||||
def 'should unzip a file to the specified location'() {
|
||||
|
||||
Reference in New Issue
Block a user