Skip to content

Instantly share code, notes, and snippets.

@rosylilly
Created February 3, 2013 13:35
Show Gist options
  • Save rosylilly/4701807 to your computer and use it in GitHub Desktop.
Save rosylilly/4701807 to your computer and use it in GitHub Desktop.
これで治らないかな
FactoryGirl.define do
factory :user do
tasks do |user|
[
FactoryGirl.create(:task, user: user)
]
end
end
end
@rosylilly
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment