Vidyalelo
Ruby Programming · Q34

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 34

Q34

Which command is commonly used to generate a new Cucumber feature file?

A.
cucumber create feature FeatureName
B.
rails generate cucumber:feature FeatureName
Answer
C.
rails generate feature:file FeatureName
D.
None of the above

Answer: Option B

Solution

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