debian-mirror-gitlab/spec/workers/authorized_projects_worker_spec.rb
2023-05-27 22:25:52 +05:30

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