Skip to content

Commit

Permalink
Add to.not.redirect example to README
Browse files Browse the repository at this point in the history
Many of the other examples show `.not` variations, updated `.redirect` to be consistent
  • Loading branch information
mcky committed Apr 21, 2017
1 parent 1ea9265 commit dfffa63
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 dfffa63

Please sign in to comment.