fetzneditions

This commit is contained in:
Andreas Stephanides
2013-08-19 15:42:08 +02:00
parent ea0b245d54
commit 4c48a4b769
21 changed files with 508 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :fetznedition do
title "MyString"
desc "MyText"
datum "2013-08-19"
datei "MyString"
end
end