Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2016-11-09 17:05:35 +00:00
parent d5a450a833
commit 72bf8ce8f7

View File

@@ -1427,8 +1427,9 @@ It’s really important that you understand the map notation to set up contr
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-groovy" data-lang="groovy">@RunWith(SpringRunner.class)
@SpringBootTest
@SpringBootTest(webEnvironment=WebEnvironment.NONE)
@AutoConfigureStubRunner(ids = {"com.example:http-server-dsl:+:stubs:8080"}, workOffline = true)
@DirtiesContext
public class LoanApplicationServiceTests {</code></pre>
</div>
</div>