diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-11-24 11:25:23 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-11-25 13:45:34 +0100 |
commit | 0ba03d7eb1d80e019b9b8266f0e14356d32e7d69 (patch) | |
tree | 32d52b34bc6bf447d45bc8c19bd1e7bd4fb422a1 /spec/views/layouts | |
parent | 5371da341e9d7768ebab8e159b3e2cc8fad1d827 (diff) | |
download | gitlab-ce-0ba03d7eb1d80e019b9b8266f0e14356d32e7d69.tar.gz |
Removed data-user-is view codeevents-cache-invalidation
With events no longer being cached this is no longer needed.
Diffstat (limited to 'spec/views/layouts')
-rw-r--r-- | spec/views/layouts/_head.html.haml_spec.rb | 4 |
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) |