Skip to content

Instantly share code, notes, and snippets.

@natritmeyer
Created February 20, 2012 20:02
Show Gist options
  • Save natritmeyer/1871057 to your computer and use it in GitHub Desktop.
Save natritmeyer/1871057 to your computer and use it in GitHub Desktop.
Accessing cucumber scenario tags
Before do |scenario|
p scenario.source_tag_names #=> ["@complete", "@slow"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment