summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-18 13:21:56 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-18 13:21:56 +0300
commitb1fbd6583247c85096bc9c7362907db3539e806b (patch)
tree8280c50f03fb802c56c362e835e413961ab51f05 /db
parentbbb06e504e387762bb5a073d1f0debdc05e03f98 (diff)
downloadgitlab-ce-b1fbd6583247c85096bc9c7362907db3539e806b.tar.gz
Improve UI for project snippets
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/12_snippets.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/12_snippets.rb b/db/fixtures/development/12_snippets.rb
index 78f24446a88..4ca8afe294e 100644
--- a/db/fixtures/development/12_snippets.rb
+++ b/db/fixtures/development/12_snippets.rb
@@ -13,7 +13,7 @@ Gitlab::Seeder.quiet do
PersonalSnippet.seed(:id, [{
id: i,
author_id: user.id,
- title: Faker::Lorem.sentence(6),
+ title: Faker::Lorem.sentence(3),
file_name: Faker::Internet.domain_word + '.sh',
private: [true, false].sample,
content: contents.sample,