Put links to factories readme back

This commit is contained in:
Artem Chernikov
2014-04-30 14:48:20 +02:00
parent ff6cfa8424
commit 8eb6a3b45b
3 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :call_for_papers do
start_date Date.today - 1

View File

@@ -1,3 +1,5 @@
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :conference do
title 'The dog and pony show'

View File

@@ -1,3 +1,5 @@
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :user do
email 'example@example.com'