
[Rails] RSpec memorandum: describe / context / it / subject / let / let!
This presentation explains how memoization works when using subject in RSpec and the pitfalls of update tests, including why calling subject before does not reflect parameter changes, the correct timing of evaluation, and best practices for test design with concrete examples.