# frozen_string_literal: true FactoryBot.define do factory :cluster_enabled_grant, class: 'Clusters::ClusterEnabledGrant' do namespace end end