mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
Put links to factories readme back
This commit is contained in:
parent
ff6cfa8424
commit
8eb6a3b45b
3 changed files with 6 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue