bbyars/mountebank

View on GitHub
src/views/docs/api/contracts/stub.ejs

Summary

Maintainability
Test Coverage
<pre id='stub-specification'><code>{
<span id='stub-stub'><%- indent(2) %>&quot;responses&quot;: [{
    &quot;is&quot;: {
      &quot;body&quot;: &quot;Hello, world!&quot;
    }
  }]</span>
}</code></pre>