summaryrefslogtreecommitdiff
path: root/spec/views
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-01-30 09:14:52 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-01-30 09:14:52 +0000
commit15002205b19e24feb229f410d73ee094005463af (patch)
treecb9845c10689a636b8f4733d204580524ac9468d /spec/views
parent4c6ad05cfdc11d8f0296c1ad322bb11aa67f23d8 (diff)
parentded6c66389cfe0fc4d08c24757ae3319b96e9bcb (diff)
downloadgitlab-ce-15002205b19e24feb229f410d73ee094005463af.tar.gz
Merge branch '53104-redesign-group-overview-ui-mvc' into 'master'
Resolve "Redesign group overview UI: MVC" Closes #53104 See merge request gitlab-org/gitlab-ce!23866
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/projects/_home_panel.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/projects/_home_panel.html.haml_spec.rb b/spec/views/projects/_home_panel.html.haml_spec.rb
index 006c93686d5..908ecb898e4 100644
--- a/spec/views/projects/_home_panel.html.haml_spec.rb
+++ b/spec/views/projects/_home_panel.html.haml_spec.rb
@@ -23,7 +23,7 @@ describe 'projects/_home_panel' do
it 'makes it possible to set notification level' do
render
- expect(view).to render_template('projects/buttons/_notifications')
+ expect(view).to render_template('shared/notifications/_new_button')
expect(rendered).to have_selector('.notification-dropdown')
end
end