Skip to content

Commit

Permalink
Add MultipleExpectations details to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
backus committed Aug 6, 2016
1 parent ec4338c commit 30bb839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* Add `NestedGroups` cop for detecting excessive example group nesting. ([@backus][])
* Add `MaxNesting` configuration option for `NestedGroups` cop. ([@backus][])
* Add `ExpectActual` cop for detecting literal values within `expect(...)`. ([@backus][])
* Add `MultipleExpectations` cop for detecting multiple `expect(...)` calls within one example. ([@backus][])
* Add `Max` configuration option for `MultipleExpectations`. ([@backus][])

## 1.6.0 (2016-08-03)

Expand Down

0 comments on commit 30bb839

Please sign in to comment.