Program component for splash page

This commit is contained in:
Gopesh Tulsyan 2014-05-21 15:42:30 +05:30
parent a33e930111
commit d0fd21bfc2
18 changed files with 118 additions and 11 deletions

View file

@ -2,7 +2,7 @@
FactoryGirl.define do
factory :user do
email 'example@example.com'
sequence(:email) { |n| "example#{n}@example.com" }
password 'changeme'
password_confirmation 'changeme'
confirmed_at Time.now