forked from bofh/fetsite
Upgraded to Rails 4
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FactoryGirl.define do
|
||||
FactoryBot.define do
|
||||
factory :meetingtyp do
|
||||
name "MyString"
|
||||
desc "MyText"
|
||||
agendaintern false
|
||||
protocolintern false
|
||||
name {"MyString"}
|
||||
desc {"MyText"}
|
||||
agendaintern {false}
|
||||
protocolintern {false}
|
||||
association :rubrik, factory: :rubrik
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user