summaryrefslogtreecommitdiff
path: root/spec/views
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2019-02-22 11:58:37 +1100
committerSimon Knox <psimyn@gmail.com>2019-02-22 12:07:14 +1100
commita1e0f387bfc7c01e41c487b598c3828fa89da397 (patch)
treee0dac2184674287a9d391d283af8b7cb715d96ec /spec/views
parent5996fd145ff8d774573e5a0ef22c3b4f0611196f (diff)
downloadgitlab-ce-a1e0f387bfc7c01e41c487b598c3828fa89da397.tar.gz
Move highlight themes to subfolder
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/layouts/_head.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/layouts/_head.html.haml_spec.rb b/spec/views/layouts/_head.html.haml_spec.rb
index 590dbe7da1f..cbb4199954a 100644
--- a/spec/views/layouts/_head.html.haml_spec.rb
+++ b/spec/views/layouts/_head.html.haml_spec.rb
@@ -67,7 +67,7 @@ describe 'layouts/_head' do
render
- expect(rendered).to match('<link rel="stylesheet" media="all" href="/stylesheets/highlight/solarised-light.css" />')
+ expect(rendered).to match('<link rel="stylesheet" media="all" href="/stylesheets/highlight/themes/solarised-light.css" />')
end
def stub_helper_with_safe_string(method)