Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-18 14:21:56 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-18 14:21:56 +0400
commitb1fbd6583247c85096bc9c7362907db3539e806b (patch)
tree8280c50f03fb802c56c362e835e413961ab51f05 /db/fixtures
parentbbb06e504e387762bb5a073d1f0debdc05e03f98 (diff)
Improve UI for project snippets
Diffstat (limited to 'db/fixtures')
-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,