Examveda

What is the purpose of the assert_empty method in MiniTest?

A. Asserts that an object is empty

B. Asserts that two objects are equal

C. Asserts that a condition is true

D. Asserts that a condition is false

Answer: Option A


Join The Discussion

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