debian-mirror-gitlab/spec/lib/sidebars/admin/menus/labels_menu_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
341 B
Ruby
Raw Normal View History

2023-06-20 00:43:36 +05:30
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Sidebars::Admin::Menus::LabelsMenu, feature_category: :navigation do
it_behaves_like 'Admin menu',
link: '/admin/labels',
title: s_('Admin|Labels'),
icon: 'labels'
it_behaves_like 'Admin menu without sub menus', active_routes: { controller: :labels }
end