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:
authorYorick Peterse <yorickpeterse@gmail.com>2016-11-24 13:25:23 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2016-11-25 15:45:34 +0300
commit0ba03d7eb1d80e019b9b8266f0e14356d32e7d69 (patch)
tree32d52b34bc6bf447d45bc8c19bd1e7bd4fb422a1 /spec/views/layouts/_head.html.haml_spec.rb
parent5371da341e9d7768ebab8e159b3e2cc8fad1d827 (diff)
Removed data-user-is view code
With events no longer being cached this is no longer needed.
Diffstat (limited to 'spec/views/layouts/_head.html.haml_spec.rb')
-rw-r--r--spec/views/layouts/_head.html.haml_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/views/layouts/_head.html.haml_spec.rb b/spec/views/layouts/_head.html.haml_spec.rb
index 3fddfb3b62f..8020faa1f9c 100644
--- a/spec/views/layouts/_head.html.haml_spec.rb
+++ b/spec/views/layouts/_head.html.haml_spec.rb
@@ -1,10 +1,6 @@
require 'spec_helper'
describe 'layouts/_head' do
- before do
- stub_template 'layouts/_user_styles.html.haml' => ''
- end
-
it 'escapes HTML-safe strings in page_title' do
stub_helper_with_safe_string(:page_title)