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

Ensure we can call wire steps as nested ruby steps #1

Open
tooky opened this issue Oct 16, 2015 · 3 comments
Open

Ensure we can call wire steps as nested ruby steps #1

tooky opened this issue Oct 16, 2015 · 3 comments

Comments

@tooky
Copy link
Member

tooky commented Oct 16, 2015

e.g.

Given /a ruby step/ do
  step "a step on the wire server"
end
@mattwynne
Copy link
Member

From #45 it looks like this doesn't work. It's not a big problem for users but it's a reflection of a lack of conceptual integrity in the way we load and query for step defs.

@aurelien-reeves
Copy link
Contributor

It seems nested steps are suggest to discussion: cucumber/cucumber-ruby#1362

Maybe not supporting this in wire is not that bad?

@mattwynne
Copy link
Member

It's not that bad, from a user point of view. This ticket has sat here for six years and nobody's upvoted it, or raised a bug about it.

However, it is interesting, as I think it reveals something ugly around how nested steps are currently implemented in Cucumber, otherwise they would "just work" they way you'd expect.

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

No branches or pull requests

3 participants