gitlab-ce/spec/workers/authorized_projects_worker_...

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