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/helpers/dashboard_helper_spec.rb')
-rw-r--r--spec/helpers/dashboard_helper_spec.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/helpers/dashboard_helper_spec.rb b/spec/helpers/dashboard_helper_spec.rb
index d52b3c9abb3..95e69ebc070 100644
--- a/spec/helpers/dashboard_helper_spec.rb
+++ b/spec/helpers/dashboard_helper_spec.rb
@@ -75,4 +75,10 @@ RSpec.describe DashboardHelper do
it { is_expected.to eq(false) }
end
+
+ describe '.user_groups_requiring_reauth', feature_category: :system_access do
+ it 'returns an empty array' do
+ expect(helper.user_groups_requiring_reauth).to match_array([])
+ end
+ end
end