forked from bofh/fetsite
calendar feature generiert
This commit is contained in:
8
spec/factories/calendars.rb
Normal file
8
spec/factories/calendars.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||||
|
||||
FactoryGirl.define do
|
||||
factory :calendar do
|
||||
name "MyString"
|
||||
public false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user