Vidyalelo
Ruby Programming · Q22

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 22

Q22

What is the purpose of a setup block in MiniTest?

A.
Executes code after each test case
B.
Executes code before all test cases
C.
Executes code after all test cases
D.
Executes code before each test case
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board