8 lines
167 B
Ruby
8 lines
167 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'spec_helper'
|
||
|
|
||
|
RSpec.describe Packages::Debian::GroupDistributionKey do
|
||
|
it_behaves_like 'Debian Distribution Key', :group
|
||
|
end
|