2021-03-08 18:12:59 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require 'spec_helper'
|
|
|
|
|
2023-07-09 08:55:56 +05:30
|
|
|
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'
|
2021-03-08 18:12:59 +05:30
|
|
|
end
|