gitlab-org--gitlab-foss/spec/models/packages/debian/project_component_spec.rb

8 lines
204 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Packages::Debian::ProjectComponent do
it_behaves_like 'Debian Distribution Component', :debian_project_component, :project, true
end