We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spinach --generate
I changed my features_path in /config/spinach.yml to be /spinach_features instead of /features and I placed there my_scenario.feature
/config/spinach.yml
/spinach_features
/features
my_scenario.feature
When I run:
spinach --generate spinach_features/my_scenario.feature
it creates my_scenario.rb file in /features/steps not in /spinach_features/steps
my_scenario.rb
/features/steps
/spinach_features/steps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I changed my features_path in
/config/spinach.yml
to be/spinach_features
instead of/features
and I placed there
my_scenario.feature
When I run:
it creates
my_scenario.rb
file in/features/steps
not in/spinach_features/steps
The text was updated successfully, but these errors were encountered: