Skip to content

Commit 9552c8c

Browse files
committed
Fix AutoConfigureRestDocs imports for RC1
1 parent 0a2fa68 commit 9552c8c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

spring-cloud-contract-wiremock/src/main/resources/META-INF/spring/org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs.imports renamed to spring-cloud-contract-wiremock/src/main/resources/META-INF/spring/org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs.imports

File renamed without changes.

spring-cloud-contract-wiremock/src/test/java/org/springframework/cloud/contract/wiremock/WiremockServerRestDocsMatcherApplicationTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import java.io.File;
2020

2121
import com.github.tomakehurst.wiremock.client.WireMock;
22-
import org.junit.Ignore;
2322
import org.junit.Rule;
2423
import org.junit.Test;
2524
import org.junit.rules.ExpectedException;
@@ -60,7 +59,6 @@ public class WiremockServerRestDocsMatcherApplicationTests {
6059
private MockMvc mockMvc;
6160

6261
@Test
63-
@Ignore
6462
public void matchesRequest() throws Exception {
6563
FileSystemUtils.deleteRecursively(new File("target/snippets/stubs/posted.json"));
6664
this.mockMvc

spring-cloud-contract-wiremock/src/test/java/org/springframework/cloud/contract/wiremock/WiremockServerWebTestClientApplicationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public void statusIsMaintained() throws Exception {
7979
}
8080

8181
@Test
82-
@Ignore
8382
public void stubsRenderLinksWithPlaceholder() throws Exception {
8483
this.client.get()
8584
.uri("/link")

0 commit comments

Comments
 (0)