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:
Diffstat (limited to 'spec/views/layouts/snippets.html.haml_spec.rb')
-rw-r--r--spec/views/layouts/snippets.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/layouts/snippets.html.haml_spec.rb b/spec/views/layouts/snippets.html.haml_spec.rb
index 1e6963a6526..b7139f84174 100644
--- a/spec/views/layouts/snippets.html.haml_spec.rb
+++ b/spec/views/layouts/snippets.html.haml_spec.rb
@@ -10,7 +10,7 @@ RSpec.describe 'layouts/snippets', feature_category: :source_code_management do
describe 'sidebar' do
context 'when signed in' do
- let(:user) { build_stubbed(:user) }
+ let(:user) { build_stubbed(:user, :no_super_sidebar) }
it 'renders the "Your work" sidebar' do
render