Q33
What is the purpose of the assert_includes method in MiniTest?
A.
Asserts that two objects are equal
B.
Asserts that a condition is true
C.
Asserts that a collection includes a certain value
AnswerD.
Asserts that a condition is false
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board