diff --git a/db/dev_seeds.rb b/db/dev_seeds.rb index 4a13a294c..c0a39c01d 100644 --- a/db/dev_seeds.rb +++ b/db/dev_seeds.rb @@ -278,8 +278,8 @@ section "Creating Successful Proposals" do author = User.all.sample description = "
#{Faker::Lorem.paragraphs.join('
')}
" proposal = Proposal.create!(author: author, - title: Faker::Lorem.sentence(3).truncate(60), - question: Faker::Lorem.sentence(3) + "?", + title: Faker::Lorem.sentence(4).truncate(60), + question: Faker::Lorem.sentence(6) + "?", summary: Faker::Lorem.sentence(3), responsible_name: Faker::Name.name, external_url: Faker::Internet.url,