Skip to content

Instantly share code, notes, and snippets.

@IlkhamGaysin
Created September 15, 2016 14:28
Show Gist options
  • Save IlkhamGaysin/623ffdb5017978b41061f3faf774c922 to your computer and use it in GitHub Desktop.
Save IlkhamGaysin/623ffdb5017978b41061f3faf774c922 to your computer and use it in GitHub Desktop.
cucumber step with dynamic the end

Cucumber step with dynamic the end:


When(/^I enter (\d+)(?:st|nd|rd|th) record/) do |n|
  # my interations
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment