Examveda

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

D. Asserts that a condition is false

Answer: Option C


Join The Discussion

Related Questions on Testing in Ruby (RSpec, MiniTest, etc.)