Q35
What is the purpose of a let! block in RSpec?
A.
Defines a memoized helper method that is executed before each example
AnswerB.
Defines a memoized helper method that can be used in examples
C.
Overrides the behavior of a method to return a specific value
D.
Records the interactions between objects
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board