Drop support for Spring Mobile

Closes gh-10884
This commit is contained in:
Andy Wilkinson
2017-11-02 14:39:46 +00:00
parent e43d0adc4f
commit 2ae4678b1e
23 changed files with 0 additions and 1307 deletions

View File

@@ -144,12 +144,6 @@ public class SampleIntegrationTests {
assertThat(output).contains("Received Greetings from Spring Boot via RabbitMQ");
}
@Test
public void deviceSample() throws Exception {
this.cli.run("device.groovy");
assertThat(this.cli.getHttpOutput()).isEqualTo("Hello Normal Device!");
}
@Test
public void caching() throws Exception {
assertThat(this.cli.run("caching.groovy")).contains("Hello World");