Skip to content

Commit

Permalink
Documentation: Mark injection example as #evaluate:false so unexpecte…
Browse files Browse the repository at this point in the history
…d-mitm does not attempt to patch up the .md file.
  • Loading branch information
papandreou committed Apr 13, 2016
1 parent 1553297 commit 62addf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/assertions/any/with-http-recorded.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ arrive at an offline test?
Modifying the assertion to read "with http recorded and injected" will cause
the injection of the recording into the tests, so:

```js
```js#evaluate:false
describe('requests to a popular web search service', function () {
it('should return something', function () {
return expect('GET https://www.google.co.uk', 'with http recorded and injected', 'to yield response', 200);
Expand Down

0 comments on commit 62addf2

Please sign in to comment.