summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
diff options
context:
space:
mode:
authorKen <ken.ding@mail.com>2018-02-21 03:29:04 +1030
committerKen <ken.ding@mail.com>2018-02-21 03:29:04 +1030
commited0a029d53c5a62b49027a0b7192b97a0513787f (patch)
treeb15ca1ab18e1e2a08102a713f6b15d4fac4a0d23 /spec/lib/gitlab
parent0e2ba2326ca3ff499138cabb563a159b48631771 (diff)
downloadgitlab-ce-ed0a029d53c5a62b49027a0b7192b97a0513787f.tar.gz
26039 - update github-linguist to 5.3.3 version
26039 - add merge request id 26039 change due to lingust source file updates
Diffstat (limited to 'spec/lib/gitlab')
-rw-r--r--spec/lib/gitlab/git/repository_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/git/repository_spec.rb b/spec/lib/gitlab/git/repository_spec.rb
index 0e9150964fa..67271d769a0 100644
--- a/spec/lib/gitlab/git/repository_spec.rb
+++ b/spec/lib/gitlab/git/repository_spec.rb
@@ -1590,7 +1590,7 @@ describe Gitlab::Git::Repository, seed_helper: true do
expected_languages = [
{ value: 66.63, label: "Ruby", color: "#701516", highlight: "#701516" },
{ value: 22.96, label: "JavaScript", color: "#f1e05a", highlight: "#f1e05a" },
- { value: 7.9, label: "HTML", color: "#e44b23", highlight: "#e44b23" },
+ { value: 7.9, label: "HTML", color: "#e34c26", highlight: "#e34c26" },
{ value: 2.51, label: "CoffeeScript", color: "#244776", highlight: "#244776" }
]