Skip to content

Instantly share code, notes, and snippets.

@maclover7
Created December 16, 2014 00:06
Show Gist options
  • Save maclover7/a5a46650a5a59bb4a69d to your computer and use it in GitHub Desktop.
Save maclover7/a5a46650a5a59bb4a69d to your computer and use it in GitHub Desktop.
require 'faker'
require 'factory_girl_rails'
FactoryGirl.define do
factory :profile do |f|
f.name { Faker::Name.name }
f.user_id "1"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment