gitlab-org--gitlab-foss/spec/models/packages/debian/project_distribution_key_sp...

8 lines
171 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Packages::Debian::ProjectDistributionKey do
it_behaves_like 'Debian Distribution Key', :project
end