summaryrefslogtreecommitdiff
path: root/spec/models/packages/debian/project_component_file_spec.rb
blob: 5dfc47c14c0fb0e105d2029879934a0d9d93b697 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Packages::Debian::ProjectComponentFile do
  it_behaves_like 'Debian Component File', :project, true
end