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

group_component_file_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: bf33ca138c3588d072f12a94bcd69b5b36c7c257 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Packages::Debian::GroupComponentFile do
  it_behaves_like 'Debian Component File', :group, false
end