Skip to content

Instantly share code, notes, and snippets.

@jesjos
Created March 20, 2012 20:22
Show Gist options
  • Save jesjos/2140910 to your computer and use it in GitHub Desktop.
Save jesjos/2140910 to your computer and use it in GitHub Desktop.
factory :lab_has_group do
repository
lab do |lhg|
Factory.create(:lab)
end
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