Skip to content
New issue

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

Example for gauge refactor is inconsistent with example output #138

Open
AMWatty opened this issue Jun 7, 2019 · 1 comment
Open

Example for gauge refactor is inconsistent with example output #138

AMWatty opened this issue Jun 7, 2019 · 1 comment

Comments

@AMWatty
Copy link

AMWatty commented Jun 7, 2019

Executing the example code for refactor doesn't result in the example output, due to typo (omitting the word 'id' in the example line).

output will be:

  • create user "john" with "123" and last name "watson"
  • create user "mark" with "345" and last name "watson"

To address the problem, I would suggest changing the example refactor line to:
gauge refactor "create user <name> with id <id>" "create user <name> with id <id> and last name <watson>"

@negiDharmendra
Copy link
Contributor

@AMWatty Feel free to extend your valuable contribution by creating a PR with the proposed changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants