forked from bofh/fetsite
meetings added, documents added
This commit is contained in:
9
spec/factories/meetingtyps.rb
Normal file
9
spec/factories/meetingtyps.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
FactoryGirl.define do
|
||||
factory :meetingtyp do
|
||||
name "MyString"
|
||||
desc "MyText"
|
||||
agendaintern false
|
||||
protocolintern false
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user