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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-19 03:10:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-19 03:10:29 +0300
commit7e1b27cedb9aa52f13f3d4120dac8cdb6cfc0dda (patch)
tree00fadf81a71b6d3e69c3bdbb2103158a6a913cc8 /spec/lib/sidebars
parent27f5b61b11bd3381662ab89e09492b6afdca57dd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/sidebars')
-rw-r--r--spec/lib/sidebars/projects/menus/zentao_menu_spec.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/lib/sidebars/projects/menus/zentao_menu_spec.rb b/spec/lib/sidebars/projects/menus/zentao_menu_spec.rb
new file mode 100644
index 00000000000..f0bce6b7ea5
--- /dev/null
+++ b/spec/lib/sidebars/projects/menus/zentao_menu_spec.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe Sidebars::Projects::Menus::ZentaoMenu do
+ it_behaves_like 'ZenTao menu with CE version'
+end