Skip to content

Instantly share code, notes, and snippets.

@keeperofthenecklace
Created August 18, 2012 18:07
Show Gist options
  • Save keeperofthenecklace/3388780 to your computer and use it in GitHub Desktop.
Save keeperofthenecklace/3388780 to your computer and use it in GitHub Desktop.
spec/factories.rb
FactoryGirl.define do
factory :user do
name "Albert McKeever"
email "kotn_ep1@hotmail.com"
password "$a36Le"
password_confirmation "$a36Le"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment