Skip to content

Commit

Permalink
Merge pull request #160 from mcky/patch-1
Browse files Browse the repository at this point in the history
Add to.not.redirect example to README
  • Loading branch information
keithamus committed May 5, 2017
2 parents 1ea9265 + dfffa63 commit cf52191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -298,6 +298,7 @@ Assert that a `Response` object has a redirect status code.

```js
expect(res).to.redirect;
expect(res).to.not.redirect;
```

### .redirectTo
Expand Down

0 comments on commit cf52191

Please sign in to comment.