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/todos_helper_spec.rb')
-rw-r--r--spec/helpers/todos_helper_spec.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/helpers/todos_helper_spec.rb b/spec/helpers/todos_helper_spec.rb
index bffb240dae4..92df9e1581c 100644
--- a/spec/helpers/todos_helper_spec.rb
+++ b/spec/helpers/todos_helper_spec.rb
@@ -443,4 +443,10 @@ RSpec.describe TodosHelper do
end
end
end
+
+ describe '.todo_groups_requiring_saml_reauth', feature_category: :system_access do
+ it 'returns an empty array' do
+ expect(helper.todo_groups_requiring_saml_reauth([])).to match_array([])
+ end
+ end
end