Skip to content

Instantly share code, notes, and snippets.

@oleander
Forked from jesjos/gist:2134108
Created March 20, 2012 11:07
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 oleander/2134134 to your computer and use it in GitHub Desktop.
Save oleander/2134134 to your computer and use it in GitHub Desktop.
factory :lab_has_group do
repository
lab
lab_group do |lhg|
Factory.create(:lab_group, given_course: lhg.lab.given_course)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment