Vidyalelo
Ruby Programming · Q32

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 32

Q32

Which command is commonly used to run Test::Unit tests from the command line?

A.
ruby testunit.rb
B.
rake test
C.
ruby test.rb
D.
test
Answer

Answer: Option D

Solution

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