THEMA TESTS

This commit is contained in:
Andreas Stephanides
2014-03-30 20:09:02 +02:00
parent 341f6db268
commit 2c0f3ff0b8
3 changed files with 25 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :themagruppen, :class => 'Themengruppe' do
factory :themengruppe, :class => 'Themengruppe' do
title "MyString"
text "MyText"
end