Examveda

What is the purpose of the assert_match method in MiniTest?

A. Asserts that a condition is true

B. Asserts that a string matches a regular expression

C. Asserts that a condition is false

D. None of the above

Answer: Option B


Join The Discussion

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