summaryrefslogtreecommitdiff
path: root/spec/views
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-11-28 03:34:12 +0000
committerDouwe Maan <douwe@gitlab.com>2016-11-28 03:34:12 +0000
commitd8f75233686fe20bff26599704fbcb235f7bb43b (patch)
tree15a38c9b174b279bac9f917c991e29b0967b9622 /spec/views
parenteff2404785f58241f947bd7388564f49119d517d (diff)
parent0ba03d7eb1d80e019b9b8266f0e14356d32e7d69 (diff)
downloadgitlab-ce-d8f75233686fe20bff26599704fbcb235f7bb43b.tar.gz
Merge branch 'events-cache-invalidation' into 'master'
Remove caching of events data This MR removes the caching of events data as this was deemed unnecessary while increasing load on the database. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6578#note_18864037 and 5371da341e9d7768ebab8e159b3e2cc8fad1d827 for more information. See merge request !6578
Diffstat (limited to 'spec/views')
-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)