Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_distribution_spec.rb « debian « packages « models « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90fb0d0e7d8b8d368b759bfa16d1ad228c474ece (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Packages::Debian::GroupDistribution do
  it_behaves_like 'Debian Distribution', :debian_group_distribution, :group, false
end