AutoCommit Son Aug 30 14:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-30 14:03:01 +02:00
parent 723d7be980
commit 5bf63421a6
9 changed files with 64 additions and 6 deletions

View File

@@ -2,5 +2,8 @@
FactoryGirl.define do
factory :beispiel do
name "BSP1"
desc "sdf"
datum Date.today
end
end

View File

@@ -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

View File

@@ -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