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

Step implementation parameter count should be validated. #42

Open
sriv opened this issue Aug 14, 2017 · 0 comments
Open

Step implementation parameter count should be validated. #42

sriv opened this issue Aug 14, 2017 · 0 comments
Labels

Comments

@sriv
Copy link
Member

sriv commented Aug 14, 2017

Expected Behaviour

If there is a step implementation such as this:

step 'The word <word> has <count> vowels.' do |word,sdf, expectedCount|
  assert_equal(expectedCount.to_i, count_vowels(word))
end

Then gauge run specs should skip the scenarios using this step.

Actual Behaviour

Gauge continues to execute the steps.

Gauge version

Gauge version: 0.9.1

Plugins
-------
csharp (0.10.1)
html-report (4.0.1)
java (0.6.5)
js (2.0.0)
ruby (0.4.1)
xml-report (0.2.0)

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

No branches or pull requests

1 participant