Skip to content

Instantly share code, notes, and snippets.

@mcrmfc
Created May 4, 2011 11:15
Show Gist options
  • Save mcrmfc/955080 to your computer and use it in GitHub Desktop.
Save mcrmfc/955080 to your computer and use it in GitHub Desktop.
Cucumber Cheat Sheet
#Access Scenario Metadata
Before do |scenario|
p scenario.source_tag_names
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment