Files
gitlabhq/spec/workers/authorized_projects_worker_spec.rb
2023-03-15 18:11:11 +00:00

8 lines
195 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe AuthorizedProjectsWorker, feature_category: :system_access do
it_behaves_like "refreshes user's project authorizations"
end