diff options
| author | Robert Speicher <robert@gitlab.com> | 2018-02-21 15:58:57 +0000 |
|---|---|---|
| committer | Robert Speicher <robert@gitlab.com> | 2018-02-21 15:58:57 +0000 |
| commit | daf88307c0cb45199578a44b04f1f8302523ead2 (patch) | |
| tree | 1e368ace98137b7d76639c42e9c076eb972c2f30 /spec/lib | |
| parent | 5d0cd8b6e990f2e23a7a2ae486b3aa0d83043b89 (diff) | |
| parent | ed0a029d53c5a62b49027a0b7192b97a0513787f (diff) | |
| download | gitlab-ce-daf88307c0cb45199578a44b04f1f8302523ead2.tar.gz | |
Merge branch '26039-Update-to-github-linguist5.3.x' into 'master'
Resolve "Update to github-linguist 5.3.x"
Closes #26039
See merge request gitlab-org/gitlab-ce!17241
Diffstat (limited to 'spec/lib')
| -rw-r--r-- | spec/lib/gitlab/git/repository_spec.rb | 2 |
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" } ] |
