Put is working
This commit is contained in:
@@ -99,8 +99,8 @@ public class AcceptanceTests {
|
||||
.contains("Camden.SR5")
|
||||
.contains("- Spring Cloud Config `1.2.2.RELEASE` ([issues](http://foo.bar.com/1.2.2.RELEASE))")
|
||||
.contains("- Spring Cloud Aws `1.1.3.RELEASE` ([issues](http://foo.bar.com/1.1.3.RELEASE))");
|
||||
BDDMockito.then(this.saganClient).should().createOrUpdateRelease(BDDMockito.eq("spring-cloud-consul"),
|
||||
BDDMockito.any(ReleaseUpdate.class));
|
||||
BDDMockito.then(this.saganClient).should().updateRelease(BDDMockito.eq("spring-cloud-consul"),
|
||||
BDDMockito.anyList());
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -138,8 +138,8 @@ public class AcceptanceTests {
|
||||
.contains("Dalston.RC1")
|
||||
.contains("- Spring Cloud Build `1.3.1.RELEASE` ([issues](http://foo.bar.com/1.3.1.RELEASE))")
|
||||
.contains("- Spring Cloud Bus `1.3.0.M1` ([issues](http://foo.bar.com/1.3.0.M1))");
|
||||
BDDMockito.then(this.saganClient).should(BDDMockito.never()).createOrUpdateRelease(
|
||||
BDDMockito.anyString(), BDDMockito.any(ReleaseUpdate.class));
|
||||
BDDMockito.then(this.saganClient).should(BDDMockito.never()).updateRelease(
|
||||
BDDMockito.anyString(), BDDMockito.anyList());
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -169,8 +169,8 @@ public class AcceptanceTests {
|
||||
.contains("Dalston.RC1")
|
||||
.contains("- Spring Cloud Build `1.3.1.RELEASE` ([issues](http://foo.bar.com/1.3.1.RELEASE))")
|
||||
.contains("- Spring Cloud Bus `1.3.0.M1` ([issues](http://foo.bar.com/1.3.0.M1)");
|
||||
BDDMockito.then(this.saganClient).should(BDDMockito.never()).createOrUpdateRelease(
|
||||
BDDMockito.anyString(), BDDMockito.any(ReleaseUpdate.class));
|
||||
BDDMockito.then(this.saganClient).should(BDDMockito.never()).updateRelease(
|
||||
BDDMockito.anyString(), BDDMockito.anyList());
|
||||
}
|
||||
|
||||
private Iterable<RevCommit> listOfCommits(File project) throws GitAPIException {
|
||||
|
||||
Reference in New Issue
Block a user