einige Tests für Modulgruppe hinzugefügt

This commit is contained in:
2013-08-04 16:15:46 +02:00
parent 8eabea255e
commit 4e5fb8f22e
3 changed files with 45 additions and 3 deletions

View File

@@ -3,10 +3,17 @@
FactoryGirl.define do
factory :studium do
zahl "066.506"
zahl "066506"
name "Automatisierung"
desc "TEST DESC"
typ "Master"
factory :other_studium do
name "Telecommunication"
desc "frueher Telekommungikation"
zahl "066507"
typ "Master"
end
end
end