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-07-27 21:10:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-27 21:10:54 +0300
commitc241fef1814b6f2fc5931f3d1e26de0378c02ccf (patch)
treebdfc56d0606281fba8b21911c31f26da0df08838 /spec/helpers
parent99befc3927c859a3ecc9ef5d895d3f820ac5317d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/nav_helper_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/helpers/nav_helper_spec.rb b/spec/helpers/nav_helper_spec.rb
index 4c5f440b8a3..f0ad2038347 100644
--- a/spec/helpers/nav_helper_spec.rb
+++ b/spec/helpers/nav_helper_spec.rb
@@ -112,16 +112,6 @@ RSpec.describe NavHelper do
it { is_expected.to all(be_a(String)) }
end
- describe '.group_issues_sub_menu_items' do
- subject { helper.group_issues_sub_menu_items }
-
- before do
- allow(helper).to receive(:current_user).and_return(nil)
- end
-
- it { is_expected.to all(be_a(String)) }
- end
-
describe '#page_has_markdown?' do
using RSpec::Parameterized::TableSyntax