Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active October 20, 2017 14:41
Show Gist options
  • Save domagude/ad1d81cd027af2f34c0fe4ff88b953d8 to your computer and use it in GitHub Desktop.
Save domagude/ad1d81cd027af2f34c0fe4ff88b953d8 to your computer and use it in GitHub Desktop.
FactoryGirl.define do
factory :category do
sequence(:name) { |n| "name#{n}" }
sequence(:branch) { |n| "branch#{n}" }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment