Sync docs from master to gh-pages

This commit is contained in:
Marcin Grzejszczak
2017-02-23 17:53:00 +01:00
parent 19b8cf6cf3
commit dbf815776c
3 changed files with 7 additions and 7 deletions

View File

@@ -1274,7 +1274,7 @@ section, contract will get generated and a documentation file too.</p>
</div>
<div class="listingblock">
<div class="content">
<pre>import org.springframework.cloud.contract.spec.Contract
<pre class="highlight"><code class="language-groovy" data-lang="groovy">import org.springframework.cloud.contract.spec.Contract
Contract.make {
request {
@@ -1303,7 +1303,7 @@ Contract.make {
jsonPath('$[?(@.foo &gt;= 20)]', byType())
}
}
}</pre>
}</code></pre>
</div>
</div>
<div class="paragraph">