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

Print out the correct missing step name #99

Merged
merged 1 commit into from
Jul 24, 2013
Merged

Conversation

bmxpert1
Copy link
Contributor

Previously this code:

step "I am logged in" do
  step "this step doesn't exist"
end

would have output:

No such step: 'I am logged in'

This patch uses the value set to Turnip::Pending instead of the parents step for the output, making the output:

No such step: 'This step doesn't exist'

jnicklas added a commit that referenced this pull request Jul 24, 2013
Print out the correct missing step name
@jnicklas jnicklas merged commit bcf2e45 into jnicklas:master Jul 24, 2013
@jnicklas
Copy link
Owner

Nice, thanks!

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

Successfully merging this pull request may close these issues.

2 participants