summaryrefslogtreecommitdiff
path: root/spec/models/packages/debian/project_distribution_spec.rb
blob: 2b79cdb539f32a7199069529794fcfc5b613abd1 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Packages::Debian::ProjectDistribution, feature_category: :package_registry do
  include_context 'for Debian Distribution', :debian_project_distribution, true

  it_behaves_like 'Debian Distribution for common behavior'
  it_behaves_like 'Debian Distribution with project container'
end