“rake” runs all my Cucumber tests fine but “cucumber” doesn't have the steps
问题 I've inherited a Rails (3) app and am trying to get to grips with the existing Cucumber tests. I've got the following setup in the app's 'features' folder (I've missed out any files which aren't relevant, eg extra features and steps) /features /people new-person.feature /step_definitions people_steps.rb web_steps.rb /support env.rb paths.rb selectors.rb If I run 'rake' then it runs all the features in features/people/new-person.feature, correctly using the steps listed in step_definitions.