Skip to content

Instantly share code, notes, and snippets.

@domagude
Created October 20, 2017 14:42
Show Gist options
  • Save domagude/bed04dede02098122deae24f83b36f8f to your computer and use it in GitHub Desktop.
Save domagude/bed04dede02098122deae24f83b36f8f to your computer and use it in GitHub Desktop.
FactoryGirl.define do
factory :post do
title 'a' * 20
content 'a' * 20
user
category
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment