Vidyalelo
Ruby Programming · Q33

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 33

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
Answer
D.
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