meetings added, documents added

This commit is contained in:
Andreas Stephanides
2014-11-26 20:36:04 +01:00
parent c2ea1782ff
commit 87dd70ea44
32 changed files with 304 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
FactoryGirl.define do
factory :meeting do
name "MyString"
desc "MyText"
parent nil
intern false
meetingtyp nil
end
end

View File

@@ -0,0 +1,9 @@
FactoryGirl.define do
factory :meetingtyp do
name "MyString"
desc "MyText"
agendaintern false
protocolintern false
end
end