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

authorized_projects_worker_spec.rb « workers « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea009f06a289668e1e3fc15c73d0195303862321 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe AuthorizedProjectsWorker, feature_category: :system_access do
  it_behaves_like "refreshes user's project authorizations"
end