Skip to content

Instantly share code, notes, and snippets.

@mbajur
Created November 21, 2014 09:33
Show Gist options
  • Save mbajur/49668f280891fa80f288 to your computer and use it in GitHub Desktop.
Save mbajur/49668f280891fa80f288 to your computer and use it in GitHub Desktop.
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :list do
name 'Test List'
user
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment