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
Expected Behavior Refactoring should not give us an error
Actual Behavior Getting the following error with parameter mismatch in step annotation and implementation.
Cannot perform refactoring: undefined method `children' for nil:NilClass
Steps to replicate
Specification Heading ===================== ability to add product ---------------------- tags: shopping basket * Add "product" to basket1
step 'Add <product> to basket1' do puts product assert_equal(product, 'product') assert_equal(name, 'Gauge') end
gauge --refactor "Add \"product\" to basket1" "Add \"product\" to basket2"
getting the above error.
Version
Gauge version: 0.6.1.nightly-2016-07-25 Plugins ------- csharp (0.9.1.nightly-2016-07-25) html-report (2.1.1.nightly-2016-07-20) java (0.5.1.nightly-2016-07-25) ruby (0.3.1.nightly-2016-07-25)
The text was updated successfully, but these errors were encountered:
Unable to reproduce this with latest HEAD. Could you try doing:
HEAD
$ bundle $ bundle exec gauge --refactor "Add \"product\" to basket1" "Add \"product\" to basket2"
Sorry, something went wrong.
This issue is still replicable Cannot perform refactoring: undefined method `children' for nil:NilClass
Gauge version: 1.0.1.nightly-2018-07-31 Commit Hash: 4ae7c9a Plugins ------- ruby (0.5.2.nightly-2018-07-31)
With bundle exec gauge refactor "Add \"product\" to basket1" "Add \"product\" to basket2"
bundle exec gauge refactor "Add \"product\" to basket1" "Add \"product\" to basket2"
Add
No branches or pull requests
Expected Behavior
Refactoring should not give us an error
Actual Behavior
Getting the following error with parameter mismatch in step annotation and implementation.
Steps to replicate
getting the above error.
Version
The text was updated successfully, but these errors were encountered: