mirror of
https://github.com/openSUSE/osem.git
synced 2026-05-19 06:00:14 -04:00
Put links to factories readme back
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||||
|
||||
FactoryGirl.define do
|
||||
factory :user do
|
||||
email 'example@example.com'
|
||||
|
||||
Reference in New Issue
Block a user