Q. What is the purpose of the assert_predicate method in MiniTest? (A) Asserts that a condition is false (B) Asserts that a condition is true (C) Asserts that an object matches a specific predicate (D) Asserts that two objects are equal ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Asserts that an object matches a specific predicate