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
- Don't `describe` symbols (see [Gotchas](gotchas.md#dont-describe-symbols)).
198
199
- 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)).
199
200
- Don't supply the `:each` argument to hooks since it's the default.
200
-
- Prefer `not_to` to `to_not` (_this is enforced by Rubocop_).
201
+
- Prefer `not_to` to `to_not` (_this is enforced by RuboCop_).
201
202
- Try to match the ordering of tests to the ordering within the class.
202
203
- Try to follow the [Four-Phase Test][four-phase-test] pattern, using newlines
0 commit comments