8 lines
170 B
Ruby
8 lines
170 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'spec_helper'
|
||
|
|
||
|
RSpec.describe Packages::Debian::GroupComponentFile do
|
||
|
it_behaves_like 'Debian Component File', :group, false
|
||
|
end
|