summaryrefslogtreecommitdiff
path: root/spec/models/packages/debian/group_distribution_key_spec.rb
blob: 9ba163012b03be574dce947116e6fd63d0ec730b (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Packages::Debian::GroupDistributionKey do
  it_behaves_like 'Debian Distribution Key', :group
end