summaryrefslogtreecommitdiff
path: root/spec/workers/authorized_projects_worker_spec.rb
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