summaryrefslogtreecommitdiff
path: root/spec/models/packages/debian/project_component_spec.rb
blob: 4b041068b8dd7b85cf36b2f0f2e4e7d37e0e0d20 (plain)
1
2
3
4
5
6
7
# 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