Skip to content

Instantly share code, notes, and snippets.

@coshx
Created September 23, 2010 16:15
Show Gist options
  • Save coshx/593888 to your computer and use it in GitHub Desktop.
Save coshx/593888 to your computer and use it in GitHub Desktop.
When /^I do something$/ do
# something
end
When /^I do something complex$/ do
When "I do something" # call the other step
# something else
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment