Vidyalelo
Ruby Programming · Q17

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 17

Q17

Which command is commonly used to run MiniTest tests from the command line?

A.
ruby test.rb
Answer
B.
rake test
C.
ruby minitest.rb
D.
minitest run

Answer: Option A

Solution

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