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: 93f22471c56f35431f10d30f93d25c6e85afa06d (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

describe AuthorizedProjectsWorker do
  it_behaves_like "refreshes user's project authorizations"
end