Skip to content

Commit

Permalink
Merge pull request #46 from vassilevsky/patch-1
Browse files Browse the repository at this point in the history
Add have(:no) to README
  • Loading branch information
JonRowe committed Aug 31, 2020
2 parents 62fa7b0 + b342f54 commit e652e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ expect(collection).to have(n).items
expect(collection).to have_exactly(n).items
expect(collection).to have_at_most(n).items
expect(collection).to have_at_least(n).items
expect(collection).to have(:no).items
```

## See also
Expand Down

0 comments on commit e652e36

Please sign in to comment.