summaryrefslogtreecommitdiff
path: root/spec/workers/authorized_projects_worker_spec.rb
blob: ea009f06a289668e1e3fc15c73d0195303862321 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe AuthorizedProjectsWorker, feature_category: :system_access do
  it_behaves_like "refreshes user's project authorizations"
end