debian-mirror-gitlab/spec/workers/authorized_projects_worker_spec.rb
2020-05-24 23:13:21 +05:30

8 lines
155 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
describe AuthorizedProjectsWorker do
it_behaves_like "refreshes user's project authorizations"
end