Skip to content

Instantly share code, notes, and snippets.

@domagude
Created November 13, 2017 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/50ad5c5a90f8b2a8fdb5b07eaf7f4771 to your computer and use it in GitHub Desktop.
Save domagude/50ad5c5a90f8b2a8fdb5b07eaf7f4771 to your computer and use it in GitHub Desktop.
FactoryGirl.define do
factory :private_message, class: 'Private::Message' do
body 'a' * 20
association :conversation, factory: :private_conversation
user
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment