Skip to content

Instantly share code, notes, and snippets.

@jesjos
Created March 20, 2012 21:04
Show Gist options
  • Save jesjos/2141284 to your computer and use it in GitHub Desktop.
Save jesjos/2141284 to your computer and use it in GitHub Desktop.
factory :assistant do
user
given_courses { [Factory.create(:given_course)] }
lab_groups { [Factory.create(:lab_group)] }
all_lab_groups { [Factory.create(:lab_group)] }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment