You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use multi-line `do...end` blocks for `before` and `after`, even when it would
197
197
fit on a single line.
198
-
- Don't `describe` symbols (see [Gotchas](gotchas.md#dont-describe-symbols)).
199
198
- Don't assert against the absolute value of a sequence-generated attribute (see [Gotchas](gotchas.md#dont-assert-against-the-absolute-value-of-a-sequence-generated-attribute)).
200
199
- Don't supply the `:each` argument to hooks since it's the default.
201
200
- Prefer `not_to` to `to_not` (_this is enforced by RuboCop_).
0 commit comments