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 0.8.10
features/feature_one.feature:
features/feature_one.feature
Feature: Feature One Scenario: anything Then pending
features/steps/feature_one.rb:
features/steps/feature_one.rb
class Spinach::Features::FeatureOne < Spinach::FeatureSteps step 'pending' do pending end end
Probably a self invocation problem?
Output: https://gist.github.com/cirosantilli/ffbb1017e466a6a9cc83#file-spinach_segfault
The text was updated successfully, but these errors were encountered:
Yup, the problem is that Spinach defines a method for each step (see https://github.com/codegram/spinach/blob/master/lib/spinach/dsl.rb#L58), maybe it's a good idea to add some kind of blocked keywords.
Sorry, something went wrong.
Can this be closed as well?
No branches or pull requests
Spinach 0.8.10
features/feature_one.feature
:features/steps/feature_one.rb
:Probably a self invocation problem?
Output: https://gist.github.com/cirosantilli/ffbb1017e466a6a9cc83#file-spinach_segfault
The text was updated successfully, but these errors were encountered: