Skip to content

Instantly share code, notes, and snippets.

@bitbckt
Created August 27, 2009 21:22
Show Gist options
  • Save bitbckt/176569 to your computer and use it in GitHub Desktop.
Save bitbckt/176569 to your computer and use it in GitHub Desktop.
Given /^category "(\w+)" is tagged with "([^\"]*)"$/ do |name, tag|
Factory(:category, :name => name, :tag_list => tag)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment