forked from bofh/fetsite
einige Tests für Modulgruppe hinzugefügt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user