Vidyalelo
Ruby Programming · Q30

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 30

Q30

What is the purpose of the pending keyword in RSpec?

A.
Skips a test or example without running it
B.
Marks a test or example as failing
C.
Marks a test or example as passing
D.
Marks a test or example as pending, meaning it has not been implemented yet
Answer

Answer: Option D

Solution

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