forked from bofh/fetsite
AutoCommit Son Aug 30 14:03:01 CEST 2015
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
|
||||
FactoryGirl.define do
|
||||
factory :beispiel do
|
||||
name "BSP1"
|
||||
desc "sdf"
|
||||
datum Date.today
|
||||
end
|
||||
end
|
||||
|
||||
@@ -2,5 +2,13 @@
|
||||
|
||||
FactoryGirl.define do
|
||||
factory :lva do
|
||||
name "Vorlesung 1"
|
||||
desc "Das ist eine Vorlesung"
|
||||
lvanr "001.002"
|
||||
ects 3
|
||||
stunden 2
|
||||
pruefungsinformation "sdf"
|
||||
lernaufwand "sdf"
|
||||
typ 'VO'
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||||
|
||||
FactoryGirl.define do
|
||||
|
||||
factory :modul do
|
||||
name ""
|
||||
factory :other_modul do
|
||||
|
||||
Reference in New Issue
Block a user