Vidyalelo
Ruby Programming · Q5

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 5

Q5

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

A.
rspec spec
Answer
B.
ruby test.rb
C.
rspec run
D.
ruby rspec.rb

Answer: Option A

Solution

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