From 8eb6a3b45b0a78dd0fd1cdccb151ab1f8b02feec Mon Sep 17 00:00:00 2001 From: Artem Chernikov Date: Wed, 30 Apr 2014 14:48:20 +0200 Subject: [PATCH] Put links to factories readme back --- spec/factories/call_for_papers.rb | 2 ++ spec/factories/conferences.rb | 2 ++ spec/factories/users.rb | 2 ++ 3 files changed, 6 insertions(+) diff --git a/spec/factories/call_for_papers.rb b/spec/factories/call_for_papers.rb index 114defb2..eba5dc9e 100644 --- a/spec/factories/call_for_papers.rb +++ b/spec/factories/call_for_papers.rb @@ -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 diff --git a/spec/factories/conferences.rb b/spec/factories/conferences.rb index 5f18a86c..4479e678 100644 --- a/spec/factories/conferences.rb +++ b/spec/factories/conferences.rb @@ -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' diff --git a/spec/factories/users.rb b/spec/factories/users.rb index 79f9445f..0334d49e 100644 --- a/spec/factories/users.rb +++ b/spec/factories/users.rb @@ -1,3 +1,5 @@ +# Read about factories at https://github.com/thoughtbot/factory_girl + FactoryGirl.define do factory :user do email 'example@example.com'