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/groups/_home_panel.html.haml_spec.rb')
-rw-r--r--spec/views/groups/_home_panel.html.haml_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/views/groups/_home_panel.html.haml_spec.rb b/spec/views/groups/_home_panel.html.haml_spec.rb
index e76862cdaea..ab556a3db01 100644
--- a/spec/views/groups/_home_panel.html.haml_spec.rb
+++ b/spec/views/groups/_home_panel.html.haml_spec.rb
@@ -9,12 +9,6 @@ RSpec.describe 'groups/_home_panel' do
assign(:group, group)
end
- it 'renders the group ID' do
- render
-
- expect(rendered).to have_content("Group ID: #{group.id}")
- end
-
context 'admin area link' do
it 'renders admin area link for admin' do
allow(view).to receive(:current_user).and_return(create(:admin))