Description
Adds the its-style RSpec syntax for matching attributes or nested values. It is useful for concise specs that focus on one property of a subject.
Very concise tests can become hard to understand. Prefer clarity when checking important behavior, and avoid hiding setup that explains why the expectation matters.