GitHub user monodot opened a pull request: https://github.com/apache/camel/pull/2510
Adding docs section on Spring Boot testing with example Based on the issue raised in https://issues.apache.org/jira/browse/CAMEL-11687, here's an addition to the Spring Boot docs page, which introduces testing, along with an example test class. Comments/feedback welcome :-) You can merge this pull request into a Git repository by running: $ git pull https://github.com/monodot/camel CAMEL-11687 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2510.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2510 ---- commit 69d92994bc3f089cb8779af9be15f2cbf9a7e4f7 Author: Tom Donohue <monodot@...> Date: 2018-09-06T16:20:04Z Adding docs section on Spring Boot testing with example ---- ---