summaryrefslogtreecommitdiff
path: root/help/test/factories.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-01-14 20:02:17 +0100
committerAzul <azul@leap.se>2013-01-14 20:02:17 +0100
commit7b323c5dbd7171cf98f69ca159b5aa2174a5d069 (patch)
tree0a882f43a087c13eec8ed6a51386e2308b14c060 /help/test/factories.rb
parent581bcc0507b2f2385bf1f6d82bb119afa2f00716 (diff)
minor: further cleanup - try to leave no record behind
Diffstat (limited to 'help/test/factories.rb')
-rw-r--r--help/test/factories.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/test/factories.rb b/help/test/factories.rb
index 919882a..5b38952 100644
--- a/help/test/factories.rb
+++ b/help/test/factories.rb
@@ -3,7 +3,7 @@ FactoryGirl.define do
factory :ticket do
title { Faker::Lorem.sentence }
comments_attributes do
- { "0" => { "body" => Faker::Lorem.sentences } }
+ { "0" => { "body" => Faker::Lorem.sentences.join(" ") } }
end
end