Q17
Which command is commonly used to run MiniTest tests from the command line?
A.
ruby test.rb
AnswerB.
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