Fix dev seed specs
This commit is contained in:
@@ -3,7 +3,7 @@ section "Creating comment notifications" do
|
||||
debate = Debate.create!(author: user,
|
||||
title: Faker::Lorem.sentence(3).truncate(60),
|
||||
description: "<p>#{Faker::Lorem.paragraphs.join('</p><p>')}</p>",
|
||||
tag_list: Tag.all.sample(3).join(','),
|
||||
tag_list: ActsAsTaggableOn::Tag.all.sample(3).join(','),
|
||||
geozone: Geozone.reorder("RANDOM()").first,
|
||||
terms_of_service: "1")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user