Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zentao_menu_spec.rb « menus « projects « sidebars « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 749b0df7c08039cddbe54636b2bd757fcfd3aaa0 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Sidebars::Projects::Menus::ZentaoMenu, feature_category: :navigation do
  it_behaves_like 'ZenTao menu with CE version'
end